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
| [read-only] | Attributes | AttributeCollection.
Gets a collection of all attribute name and value pairs expressed on a server control tag within the ASP.NET page. |
| Disabled | bool.
Gets or sets a value indicating whether the HTML server control is disabled. | |
| [read-only] | Style | CssStyleCollection.
Gets a collection of all cascading style sheet (CSS) properties applied to a specified HTML server control in the ASP.NET file. |
| [read-only] | TagName | string.
Gets the element name of a tag that contains a runat=server attribute and value pair. |
| [read-only] override | ViewStateIgnoresCase | bool.
Gets a value that indicates whether the System.Web.UI.HtmlControls.HtmlControl view state is case-sensitive. |