System.Web.UI.ObjectTagBuilder Members

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

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

Public Constructors

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

Public Methods

override
AppendLiteralString(string)

Adds content, such as text or HTML, to a control.

override
AppendSubBuilder(ControlBuilder)

Adds builders to the System.Web.UI.ObjectTagBuilder object for any child controls that belong to the container control.

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

Initializes the object tag builder when the page is parsed.