System.Web.UI.HtmlControls.HtmlControl Members

The members of System.Web.UI.HtmlControls.HtmlControl are listed below.

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

Protected Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlControl class using default values.

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlControl class using the specified tag.

Public Properties

[read-only]
AttributesAttributeCollection.

Gets a collection of all attribute name and value pairs expressed on a server control tag within the ASP.NET page.

Disabledbool.

Gets or sets a value indicating whether the HTML server control is disabled.

[read-only]
StyleCssStyleCollection.

Gets a collection of all cascading style sheet (CSS) properties applied to a specified HTML server control in the ASP.NET file.

[read-only]
TagNamestring.

Gets the element name of a tag that contains a runat=server attribute and value pair.

Protected Properties

[read-only]
override
ViewStateIgnoresCasebool.

Gets a value that indicates whether the System.Web.UI.HtmlControls.HtmlControl view state is case-sensitive.

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.

Explicitly Implemented Interface Members