NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlGenericControl Class

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

Remarks

The <span>, <div>, <body>, and <font> tags are examples of the HTML elements that are handled by this class.

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlGenericControl Members | System.Web.UI.HtmlControls Namespace | HtmlControl