다음을 통해 공유


BaseValidator.ControlPropertiesValid 메서드

정의

유효성을 검사할 속성이 유효한지 여부를 확인합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual bool ControlPropertiesValid();
protected virtual bool ControlPropertiesValid ();
abstract member ControlPropertiesValid : unit -> bool
override this.ControlPropertiesValid : unit -> bool
Protected Overridable Function ControlPropertiesValid () As Boolean

반환

유효성을 검사할 컨트롤 속성이 유효하면 true이고, 유효하지 않으면 false입니다.

예외

ControlToValidate 속성이 비어 있거나 컨트롤이 없는 경우

적용 대상

추가 정보