Modifier

FileLevelControlBuilderAttribute(Type) Constructor

Definition

Initializes a new instance of the FileLevelControlBuilderAttribute class.

public:
 FileLevelControlBuilderAttribute(Type ^ builderType);
public FileLevelControlBuilderAttribute (Type builderType);
new System.Web.UI.FileLevelControlBuilderAttribute : Type -> System.Web.UI.FileLevelControlBuilderAttribute
Public Sub New (builderType As Type)

Parameters

builderType
Type

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

Remarks

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

Note

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.

Applies to