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

The properties 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

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.