JsonResult.MaxJsonLength Property

Gets or sets the maximum length of data.

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

function get MaxJsonLength () : Nullable<int>
function set MaxJsonLength (value : Nullable<int>)

Property Value

Type: System.Nullable(Int32)
The maximum length of data.
Show: