System.Web.UI.TemplateBuilder: Method Members

The methods of System.Web.UI.TemplateBuilder are listed below. For a list of all members, see the TemplateBuilder Members list.

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

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.