- 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.