ScriptingJsonSerializationSection.MaxJsonLength プロパティ

定義

JavaScriptSerializer オブジェクトによって受け入れられる JSON (JavaScript Object Notation) 文字列の最大長を取得または設定します。

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 インスタンスにのみ適用されます。

適用対象

こちらもご覧ください