Name
BaseValidatorDesigner
Synopsis
This class provides the design-time representation of controls that inherit from the System.Web.UI.WebControls.BaseValidator control, including System.Web.UI.WebControls.CompareValidator, System.Web.UI.WebControls.CustomValidator, System.Web.UI.WebControls.RangeValidator, System.Web.UI.WebControls.RegularExpressionValidator, and System.Web.UI.WebControls.RequiredFieldValidator. It uses an
overridden GetDesignTimeHtml()
method. Validation controls display the control class name in red
lettering at design time.
Public Class BaseValidatorDesigner : Inherits System.Web.UI.Design.ControlDesigner ' Public Constructors Public Sub New() ' Public Instance Methods Overrides Public Function GetDesignTimeHtml() As String End Class
Hierarchy
System.Object→ System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)→System.Web.UI.Design.HtmlControlDesigner→System.Web.UI.Design.ControlDesigner→ BaseValidatorDesigner
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access