Gets or sets the maximum length that is accepted by the JavaScriptSerializer object for JavaScript Object Notation (JSON) strings.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
An integer that represents the maximum length for JSON strings. The default is 102400 characters.
Remarks
The value of MaxJsonLength applies only to the internal JavaScriptSerializer instance that is used by the asynchronous communication layer to invoke Web services methods.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)