System.Web.UI.WebControls.RegularExpressionValidator Members

The members of System.Web.UI.WebControls.RegularExpressionValidator are listed below.

See Also: Inherited members from System.Web.UI.WebControls.BaseValidator

Public Constructors

Public Properties

ValidationExpressionstring.

Gets or sets the regular expression that determines the pattern used to validate a field.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds to the specified System.Web.UI.HtmlTextWriter object the HTML attributes and styles that need to be rendered for the control.

override
EvaluateIsValid() : bool

Indicates whether the value in the input control is valid.