Method | Description | |
---|---|---|
Json ( object data, string contentType, System contentEncoding ) : System.Web.Mvc.JsonResult | ||
Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult |
protected Json ( object data, string contentType, System contentEncoding ) : System.Web.Mvc.JsonResult | ||
data | object | |
contentType | string | |
contentEncoding | System | |
return | System.Web.Mvc.JsonResult |
protected Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult | ||
data | object | |
contentType | string | |
contentEncoding | System | |
behavior | JsonRequestBehavior | |
return | System.Web.Mvc.JsonResult |