System.Web.UI.ControlBuilder.Init Method

Initializes the System.Web.UI.ControlBuilder for use after it is instantiated. This method is called by the ASP.NET page framework.

Syntax

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

Parameters

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

Remarks

This method is called by the ASP.NET page framework during parsing and is not intended to be called directly in you code.

Requirements

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