HtmlControl Class
Defines the methods, properties, and events common to all HTML server controls in the Web Forms page framework.
For a list of all members of this type, see HtmlControl Members.
System.Object
System.Web.UI.Control
System.Web.UI.HtmlControls.HtmlControl
System.Web.UI.HtmlControls.HtmlContainerControl
System.Web.UI.HtmlControls.HtmlImage
System.Web.UI.HtmlControls.HtmlInputControl
[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 implements IAttributeAccessor
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The HtmlControl class provides common properties inherited by all HTML server control classes. A new instance of the class is not created directly.
Requirements
Namespace: System.Web.UI.HtmlControls
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)