System.Web.UI.ControlBuilder.CreateBuilderFromType Method

Creates a System.Web.UI.ControlBuilder object from the specified tag name and object type, as well as other parameters defining the builder.

Syntax

public static ControlBuilder CreateBuilderFromType (TemplateParser parser, ControlBuilder parentBuilder, Type type, string tagName, string id, IDictionary attribs, int line, string sourceFileName)

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

Returns

The builder that is responsible for creating the control.

Remarks

Documentation for this section has not yet been entered.

Requirements

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