ScriptingJsonSerializationSection.MaxJsonLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 JavaScript 对象符号 (JSON) 字符串的 JavaScriptSerializer 对象所接受的最大长度。
public:
property int MaxJsonLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxJsonLength", DefaultValue=102400)]
public int MaxJsonLength { get; set; }
[<System.Configuration.ConfigurationProperty("maxJsonLength", DefaultValue=102400)>]
member this.MaxJsonLength : int with get, set
Public Property MaxJsonLength As Integer
属性值
一个表示 JSON 字符串的最大长度的整数。 默认值为 102400 个字符。
- 属性
注解
该属性的值 MaxJsonLength 仅适用于异步通信层用来调用 Web 服务方法的内部 JavaScriptSerializer 实例。