Rebel.Cms.Web.Mvc.CustomJsonResult.GetJson C# (CSharp) 메소드

GetJson() 공개 메소드

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