ScriptingJsonSerializationSection.MaxJsonLength Property
.NET Framework (current version)
Gets or sets the maximum length that is accepted by the JavaScriptSerializer object for JavaScript Object Notation (JSON) strings.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[ConfigurationPropertyAttribute("maxJsonLength", DefaultValue = 102400)] public int MaxJsonLength { get; set; }
Property Value
Type: System.Int32An integer that represents the maximum length for JSON strings. The default is 102400 characters.
The value of the MaxJsonLength property applies only to the internal JavaScriptSerializer instance that is used by the asynchronous communication layer to invoke Web services methods.
.NET Framework
Available since 3.5
Available since 3.5
ScriptingJsonSerializationSection Class
System.Web.Configuration Namespace
Web Services in ASP.NET AJAX
Show: