System.Web.UI.HtmlControls.HtmlContainerControl Members

The members of System.Web.UI.HtmlControls.HtmlContainerControl are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlContainerControl class using the specified tag name.

Protected Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlContainerControl class using default values.

Public Properties

InnerHtmlstring.

Gets or sets the content found between the opening and closing tags of the specified HTML server control.

InnerTextstring.

Gets or sets the text between the opening and closing tags of the specified HTML server control.

Protected Methods

override
CreateControlCollection() : System.Web.UI.ControlCollection
Documentation for this section has not yet been entered.
override
LoadViewState(object)

Restores the System.Web.UI.HtmlControls.HtmlContainerControl control's view state from a previous page request that was saved by the System.Web.UI.Control.SaveViewState method.

override
Render(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlContainerControl control to the specified System.Web.UI.HtmlTextWriter object.

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlContainerControl control's attributes to the specified System.Web.UI.HtmlTextWriter object.

RenderEndTag(System.Web.UI.HtmlTextWriter)

Renders the closing tag for the System.Web.UI.HtmlControls.HtmlContainerControl control to the specified System.Web.UI.HtmlTextWriter object.