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

傳回

Boolean

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

備註

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

適用於