Rebel.Cms.Web.Mvc.CustomJsonResult.GetJson C# (CSharp) Method

GetJson() public method

Returns the serialized Json
public GetJson ( ) : string
return string
        public string GetJson()
        {
            return OutputJson();
        }