Apachai.ContextExtensions.HandleEmptyJson C# (CSharp) 메소드

HandleEmptyJson() 공개 정적인 메소드

public static HandleEmptyJson ( this response ) : void
response this
리턴 void
        public static void HandleEmptyJson(this IHttpResponse response)
        {
            HandleJson (response, string.Empty);
        }