Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileLevelControlBuilderAttribute Constructor (Type^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the FileLevelControlBuilderAttribute class.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
FileLevelControlBuilderAttribute(
	Type^ builderType
)

Parameters

builderType
Type: System::Type^

The Type of the control builder used when parsing the file.

Use this constructor to create a new instance of the FileLevelControlBuilderAttribute class.

System_CAPS_noteNote

This constructor is used by ASP.NET when parsing the page and creating the control hierarchy. It is not intended for use in your code.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft