Method | Description | |
---|---|---|
CommonJsonResult ( bool success, string error = null ) : System.Web.Mvc.ActionResult | ||
CommonJsonResult ( string error ) : System.Web.Mvc.ActionResult | ||
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
RenderView ( string viewName, object model ) : string |
Method | Description | |
---|---|---|
AddErrorMessage ( string message ) : void | ||
AddSuccessMessage ( string message ) : void |
protected AddErrorMessage ( string message ) : void | ||
message | string | |
return | void |
protected AddSuccessMessage ( string message ) : void | ||
message | string | |
return | void |
public CommonJsonResult ( bool success, string error = null ) : System.Web.Mvc.ActionResult | ||
success | bool | |
error | string | |
return | System.Web.Mvc.ActionResult |
public CommonJsonResult ( string error ) : System.Web.Mvc.ActionResult | ||
error | string | |
return | System.Web.Mvc.ActionResult |
public RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
return | System.Web.Mvc.ActionResult |
public RenderView ( string viewName, object model ) : string | ||
viewName | string | |
model | object | |
return | string |