System.Web.UI.HtmlControls.HtmlControl: Method Members

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

See Also: Inherited members from System.Web.UI.Control

Protected Methods

override
CreateControlCollection() : ControlCollection
Documentation for this section has not yet been entered.
GetAttribute(string) : string

Gets the value of the named attribute on the System.Web.UI.HtmlControls.HtmlControl control.

override
Render(HtmlTextWriter)

Writes content to render on a client to the specified System.Web.UI.HtmlTextWriter object.

RenderAttributes(HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlControl control's attributes into the specified System.Web.UI.HtmlTextWriter object.

RenderBeginTag(HtmlTextWriter)

Renders the opening HTML tag of the control into the specified System.Web.UI.HtmlTextWriter object.

SetAttribute(string, string)

Sets the value of the named attribute on the System.Web.UI.HtmlControls.HtmlControl control.