JsonHelper.Success Method

Template MVC

JsonHelperSuccess Method

Overload List
  NameDescription
Public methodStatic memberSuccess
Returns a Success response (isSuccess = true)
Public methodStatic memberSuccess(String)
Returns a Success response with the given text (isSuccess = true, responseText = responseText)
Public methodStatic memberSuccess(String, Object)
Returns a Success Response with the given text and serialize object
Top
See Also