QueryStringAttribute.ValidateInput 속성

정의

쿼리 문자열 값의 유효성을 검사할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ValidateInput { bool get(); void set(bool value); };
public bool ValidateInput { get; set; }
member this.ValidateInput : bool with get, set
Public Property ValidateInput As Boolean

속성 값

Boolean

쿼리 문자열 값에 대한 유효성을 검사하면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

구현

적용 대상