TemplateBuilder.Init Method (TemplateParser, ControlBuilder, Type, String, String, IDictionary)
.NET Framework (current version)
Initializes the template builder when a Web request is made.
Assembly: System.Web (in System.Web.dll)
Public Overrides Sub Init ( parser As TemplateParser, parentBuilder As ControlBuilder, type As Type, tagName As String, ID As String, attribs As IDictionary )
Parameters
- parser
-
Type:
System.Web.UI.TemplateParser
The TemplateParser responsible for parsing the control.
- parentBuilder
-
Type:
System.Web.UI.ControlBuilder
The ControlBuilder responsible for building the control.
- type
-
Type:
System.Type
The Type assigned to the control that the builder will create.
- tagName
-
Type:
System.String
The name of the tag to build. This allows the builder to support multiple tag types.
- ID
-
Type:
System.String
The ID assigned to the control.
- attribs
-
Type:
System.Collections.IDictionary
The IDictionary that holds all the specified tag attributes.
.NET Framework
Available since 1.1
Available since 1.1
Show: