WebPartZoneCollection Constructor

Initializes a new instance of the WebPartZoneCollection class.

The WebPartZoneCollection constructor is used by the WebPartManager control, by other controls in the Web Parts control set, or by custom developer code, to create a read-only collection of the WebPartZone controls that exist on a Web Parts page.

ASP.NET Web Parts Pages

Name Description
WebPartZoneCollection () Initializes an empty instance of the WebPartZoneCollection class.
WebPartZoneCollection (ICollection) Initializes an instance of the WebPartZoneCollection class by passing in a collection of WebPartZone objects.

Community Additions

ADD
Show: