The HtmlGenericControl class defines the methods, properties, and events for all HTML Server control tags not represented by a specific NGWS class.
Object
Control
HtmlControl
HtmlContainerControl
HtmlGenericControl
[Visual Basic] Public Class HtmlGenericControl Inherits HtmlContainerControl [C#] public class HtmlGenericControl : HtmlContainerControl [C++] public __gc class HtmlGenericControl : public HtmlContainerControl [JScript] public class HtmlGenericControl extends HtmlContainerControl
The <span>, <div>, <body>, and <font> tags are examples of the HTML elements that are handled by this class.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web.dll
HtmlGenericControl Members | System.Web.UI.HtmlControls Namespace | HtmlControl