共用方式為


BaseValidator.ControlPropertiesValid 方法

定義

判斷要驗證的屬性是否有效。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 屬性是空的,或控制項不存在。

適用於

另請參閱