JsonResult Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubproperty ContentEncoding

Gets or sets the content encoding.

System_CAPS_pubproperty ContentType

Gets or sets the type of the content.

System_CAPS_pubproperty Data

Gets or sets the data.

System_CAPS_pubproperty JsonRequestBehavior

Gets or sets a value that indicates whether HTTP GET requests from the client are allowed.

System_CAPS_pubproperty MaxJsonLength

Gets or sets the maximum length of data.

System_CAPS_pubproperty RecursionLimit

Gets or sets the recursion limit.

See Also

JsonResult Class
System.Web.Mvc Namespace

Return to top