Template Documentation
JsonHelperSuccess Method (String) |
Returns a Success response with the given text (isSuccess = true, responseText = responseText)
Namespace: Template.Web.Commons.Utils
Assembly: Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static JsonResult Success( string responseText )
Parameters
- responseText
- Type: SystemString
The text to returns
Return Value
Type: JsonResultThe JsonResult object
See Also