System.Web.UI.HtmlControls Namespace
Defines the methods, properties, and events available to all HTML server controls whose content must be contained within opening and closing tags.
The most common controls with a closing tag are the <form>, <table>, <tr>, <td>, <a>, and <span> elements.
This class allows developers to manipulate the contents between the opening and closing tags of HTML server controls that inherit from this class.
For examples illustrating use of this control, see the individual member types of this class.
HtmlControl HtmlInputControl