JsonHelper.Success Method
From Template MVC
Template Documentation
JsonHelperSuccess Method |
| 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
|