Gets or sets the maximum length of JSON strings that are accepted by the JavaScriptSerializer class.
Public Property MaxJsonLength As Integer
Dim instance As JavaScriptSerializer Dim value As Integer value = instance.MaxJsonLength instance.MaxJsonLength = value
public int MaxJsonLength { get; set; }
public: property int MaxJsonLength { int get (); void set (int value); }
public function get MaxJsonLength () : int public function set MaxJsonLength (value : int)
The property is set to a value that is less than one.
The value of the MaxJsonLength property applies only when you explicitly create an instance of the JavaScriptSerializer class. Use the jsonSerialization element of the configuration file to set the maximum length for the internal serializer instance that is used by the asynchronous communication layer. For more information about the configuration elements for serialization, see How to: Configure ASP.NET Services in ASP.NET AJAX.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003