System.Web.UI.HtmlControls.HtmlContainerControl Class

Serves as the abstract base class for HTML server controls that map to HTML elements that are required to have an opening and a closing tag.

See Also: HtmlContainerControl Members

Syntax

public abstract class HtmlContainerControl : HtmlControl

Remarks

The most common controls with a closing tag are the <form>, <table>, <tr>, <td>, <a>, and <span> elements.

The HtmlContainerControl.InnerText and HtmlContainerControl.InnerHtml properties allow you to manipulate the content between the opening and closing tags of System.Web.UI.HtmlControls.HtmlContainerControl-derived controls.

For a list of initial property values for an instance of System.Web.UI.HtmlControls.HtmlContainerControl, see the HtmlContainerControl.#ctor constructor.

A new instance of this class is not created directly.

Note:

If you use the HtmlContainerControl.InnerHtml property to specify the text between the opening and closing tags of an HTML server control, the text is not HTML encoded. This makes it possible to embed script within HTML tags in the text. When using the HtmlContainerControl.InnerHtml property, be sure to validate the value to reduce security vulnerabilities. Otherwise, consider using the HtmlContainerControl.InnerText property instead.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0