ControlBuilder Constructor ()

 

Initializes a new instance of the ControlBuilder class.

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

public ControlBuilder()

Use this constructor to create a new instance the ControlBuilder class.

System_CAPS_noteNote

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.

.NET Framework
Available since 1.1
Return to top
Show: