System.Web.UI.TemplateBuilder Members

The members of System.Web.UI.TemplateBuilder are listed below.

See Also: Inherited members from System.Web.UI.ControlBuilder

Public Constructors

Initializes a new instance of the System.Web.UI.TemplateBuilder class.

Public Properties

Textstring.

Gets or sets the text between the opening and closing tags of the template.

Public Methods

override
BuildObject() : object

Used during design time to build the template and its child controls.

override
Init(TemplateParser, ControlBuilder, Type, string, string, IDictionary)

Initializes the template builder when a Web request is made.

InstantiateIn(Control)

Defines the System.Web.UI.Control object that child controls and templates belong to in design time.

override
NeedsTagInnerText() : bool

Determines if the control builder needs to get its inner text.

override
SetTagInnerText(string)

Saves the inner text of the template tag.