The members of System.Web.UI.HtmlControls.HtmlControl are listed below.
See Also: Inherited members from System.Web.UI.Control
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. |
[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. |
override | CreateControlCollection()Documentation for this section has not yet been entered. | |
GetAttribute(string)
| ||
override | Render(HtmlTextWriter)
| |
RenderAttributes(HtmlTextWriter)
| ||
RenderBeginTag(HtmlTextWriter)
| ||
SetAttribute(string, string)
|
System.Web.UI.IAttributeAccessor.GetAttribute |
For a description of this member, see System.Web.UI.IAttributeAccessor.GetAttribute(string). | |
System.Web.UI.IAttributeAccessor.SetAttribute |
For a description of this member, see System.Web.UI.IAttributeAccessor.SetAttribute(string, string). |