SqlPage.IsPageInputValid Method

Definition

Specifies whether the page input is valid.

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

Returns

true if the page input is valid; otherwise, false.

Remarks

When you inherit from the SqlPage class, you must override the IsPageInputValid method.

Applies to