RequestFormLimitsAttribute.KeyLengthLimit 속성

정의

개별 키의 길이에 대한 제한입니다. 이 제한을 초과하는 키가 포함된 양식은 구문 분석 시 을 InvalidDataException throw합니다.

public:
 property int KeyLengthLimit { int get(); void set(int value); };
public int KeyLengthLimit { get; set; }
member this.KeyLengthLimit : int with get, set
Public Property KeyLengthLimit As Integer

속성 값

적용 대상