asp.net.ph

HtmlContainerControl Class

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.

HtmlContainerControl Class Members

Collapse   Constructors

Visibility Constructor Parameters
public HtmlContainerControl ( String tag )

Collapse   Properties

Visibility Name Value Type Accessibility
public InnerHtml String [ Get , Set ]
public InnerText String [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
protected CreateControlCollection ( ) ControlCollection
protected LoadViewState ( Object savedState ) Void
protected RenderAttributes ( HtmlTextWriter writer ) Void
protected RenderEndTag ( HtmlTextWriter writer ) Void

Remarks

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.

See Also

HtmlControl   HtmlInputControl Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph