Méthode | Description | |
---|---|---|
HandleException ( |
||
JsonFailure ( ) : System.Web.Mvc.JsonResult | ||
JsonHtml ( string viewName = null, object model = null ) : System.Web.Mvc.JsonResult | ||
JsonRedirect ( string redirectUrl ) : System.Web.Mvc.JsonResult | ||
JsonSuccess ( object model = null ) : System.Web.Mvc.JsonResult | ||
RenderPartialViewToString ( string viewName = null, object model = null ) : string | ||
Try ( System.Action action ) : bool |
protected HandleException ( |
||
ex | ||
Résultat | bool |
protected JsonFailure ( ) : System.Web.Mvc.JsonResult | ||
Résultat | System.Web.Mvc.JsonResult |
protected JsonHtml ( string viewName = null, object model = null ) : System.Web.Mvc.JsonResult | ||
viewName | string | |
model | object | |
Résultat | System.Web.Mvc.JsonResult |
protected JsonRedirect ( string redirectUrl ) : System.Web.Mvc.JsonResult | ||
redirectUrl | string | |
Résultat | System.Web.Mvc.JsonResult |
protected JsonSuccess ( object model = null ) : System.Web.Mvc.JsonResult | ||
model | object | |
Résultat | System.Web.Mvc.JsonResult |
protected RenderPartialViewToString ( string viewName = null, object model = null ) : string | ||
viewName | string | |
model | object | |
Résultat | string |
protected Try ( System.Action action ) : bool | ||
action | System.Action | |
Résultat | bool |