The HtmlControl class defines the methods, properties, and events common to all HTML Server controls in the Web Forms page framework.
[Visual Basic] MustInherit Public Class HtmlControl Inherits Control Implements IAttributeAccessor [C#] public abstract class HtmlControl : Control, IAttributeAccessor [C++] public __gc __abstract class HtmlControl : public Control, IAttributeAccessor [JScript] public abstract class HtmlControl extends Control, IAttributeAccessor
This class supplies properties that are inherited by all HTML Server control classes.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web.dll