Rebel.Cms.Web.Mvc.CustomJsonResult.GetJson C# (CSharp) Метод

GetJson() публичный Метод

Returns the serialized Json
public GetJson ( ) : string
Результат string
        public string GetJson()
        {
            return OutputJson();
        }