JsonResult Properties
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. |
Show: