WebPartManager Constructor ()

 

Initializes a new instance of the WebPartManager class.

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

public:
WebPartManager()

The WebPartManager constructor initializes several important variables used by the WebPartManager control. One assignment that directly impacts all Web Parts pages is the fact that the default page display mode is set to browse mode (BrowseDisplayMode).

.NET Framework
Available since 2.0
Return to top
Show: