System.Web.UI.UserControlControlBuilder: Method Members

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

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

Public Methods

override
BuildObject() : object

Builds an instance of the control identified by the ControlBuilder.ControlType property.

override
NeedsTagInnerText() : bool

Determines whether the control builder needs to get the control's inner text.

override
SetTagInnerText(string)

Provides the System.Web.UI.UserControlControlBuilder object with the inner text of the control tag.