JsonResult::MaxJsonLength Property

Gets or sets the maximum length of data.

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

public:
property Nullable<int> MaxJsonLength {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>
The maximum length of data.
Show: