다음을 통해 공유


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

속성 값

Int32

JSON 문자열의 최대 길이를 나타내는 정수입니다. 기본값은 102400 자입니다.

특성

설명

값을 MaxJsonLength 속성 내부에 적용 됩니다 JavaScriptSerializer 웹 호출에 비동기 통신 계층에서 사용 되는 인스턴스 메서드를 서비스 합니다.

적용 대상

추가 정보