FormParameter.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입니다.

적용 대상