System.Web.UI.TemplateBuilder.Init Method

Initializes the template builder when a Web request is made.

Syntax

public override void Init (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string ID, IDictionary attribs)

Parameters

parser
The System.Web.UI.TemplateParser responsible for parsing the control.
parentBuilder
The System.Web.UI.ControlBuilder responsible for building the control.
type
The Type assigned to the control that the builder will create.
tagName
The name of the tag to build. This allows the builder to support multiple tag types.
ID
The ControlBuilder.ID assigned to the control.
attribs
The IDictionary that holds all the specified tag attributes.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0