JsonResult Class
Represents a class that is used to send JSON-formatted content to the response.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The JsonResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ContentEncoding | Gets or sets the content encoding. |
![]() | ContentType | Gets or sets the type of the content. |
![]() | Data | Gets or sets the data. |
![]() | JsonRequestBehavior | Gets or sets a value that indicates whether HTTP GET requests from the client are allowed. |
![]() | MaxJsonLength | Gets or sets the maximum length of data. |
![]() | RecursionLimit | Gets or sets the recursion limit. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExecuteResult | Enables processing of the result of an action method by a custom type that inherits from the ActionResult class. (Overrides ActionResult.ExecuteResult(ControllerContext).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
.gif?cs-save-lang=1&cs-lang=fsharp)
.gif?cs-save-lang=1&cs-lang=fsharp)
.gif?cs-save-lang=1&cs-lang=fsharp)