다음을 통해 공유


JsonResult.MaxJsonLength 속성

정의

최대 데이터 길이를 가져오거나 설정합니다.

public int? MaxJsonLength { get; set; }
member this.MaxJsonLength : Nullable<int> with get, set
Public Property MaxJsonLength As Nullable(Of Integer)

속성 값

최대 데이터 길이입니다.

적용 대상