Creates a System.Web.UI.ControlBuilder object from the specified tag name and object type, as well as other parameters defining the builder.
- 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 of the object 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.
- line
The source file line number for the specified control.
- sourceFileName
The name of the source file from which the control is to be created.
![]()
The builder that is responsible for creating the control.