다음을 통해 공유


IFormOptionsMetadata.MultipartBoundaryLengthLimit 속성

정의

경계 식별자의 길이에 대한 제한입니다. 이 제한을 초과하는 경계가 있는 양식은 구문 분석 시 InvalidDataException을 throw합니다. 기본값은 128바이트입니다.

public int? MultipartBoundaryLengthLimit { get; }
member this.MultipartBoundaryLengthLimit : Nullable<int>
Public ReadOnly Property MultipartBoundaryLengthLimit As Nullable(Of Integer)

속성 값

적용 대상