Template Documentation
JsonHelperSuccess Method |
Overload List
Name | Description | |
---|---|---|
Success |
Returns a Success response (isSuccess = true)
| |
Success(String) |
Returns a Success response with the given text (isSuccess = true, responseText = responseText)
| |
Success(String, Object) |
Returns a Success Response with the given text and serialize object
|
See Also