SqlPage.IsPageInputValid 方法

定義

指定頁面輸入是否有效。

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

傳回

true如果頁面輸入有效;否則,。 false

備註

當你繼承自 SqlPage 類別時,必須覆寫 IsPageInputValid 方法。

適用於