System.Web.UI.Design.ControlParser: Method Members

The methods of System.Web.UI.Design.ControlParser are listed below. For a list of all members, see the ControlParser Members list.

See Also: Inherited members from System.Object

Public Methods

static
ParseControl(System.ComponentModel.Design.IDesignerHost, string) : System.Web.UI.Control

Creates a control from the specified markup using the specified designer host.

static
ParseControl(System.ComponentModel.Design.IDesignerHost, string, string) : System.Web.UI.Control

Creates a control from the specified markup using the specified designer host and directives.

static
ParseControls(System.ComponentModel.Design.IDesignerHost, string) : System.Web.UI.Control[]

Creates an array of controls from the specified markup using the specified designer host.

static
ParseTemplate(System.ComponentModel.Design.IDesignerHost, string) : System.Web.UI.ITemplate

Creates an System.Web.UI.ITemplate interface from the specified template markup.

static
ParseTemplate(System.ComponentModel.Design.IDesignerHost, string, string) : System.Web.UI.ITemplate

Parses the specified template markup and creates an System.Web.UI.ITemplate interface.