Initializes the System.Web.UI.ControlBuilder for use after it is instantiated. This method is called by the ASP.NET page framework.
- 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.
This method is called by the ASP.NET page framework during parsing and is not intended to be called directly in you code.