ScriptingJsonSerializationSection Class
Represents a jsonSerialization configuration section in the scripting element of the configuration file. This class cannot be inherited.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
The following configuration file excerpt shows how to declaratively specify values for properties of the ScriptingJsonSerializationSection class.
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="1000" />
</webServices>
</scripting>
</system.web.extensions>
The following example demonstrates how to access ScriptingJsonSerializationSection programmatically.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand. Associated enumeration: AspNetHostingPermissionLevel.Minimal
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.ScriptingJsonSerializationSection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.