ControlBuilder 构造函数

定义

初始化 ControlBuilder 类的新实例。Initializes a new instance of the ControlBuilder class.

public:
 ControlBuilder();
public ControlBuilder ();
Public Sub New ()

注解

使用此构造函数创建类的新实例 ControlBuilderUse this constructor to create a new instance the ControlBuilder class.

备注

此构造函数通常由 ASP.NET 在分析页和创建控件层次结构时使用。This constructor is generally used by ASP.NET when parsing the page and creating the control hierarchy. 它不应在代码中使用。It is not intended for use in your code.

适用于