System.Web.UI.MasterPage.ContentPlaceHolders Property

Gets a list of System.Web.UI.WebControls.ContentPlaceHolder controls that the master page uses to define different content regions.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
protected IList ContentPlaceHolders { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Derived master page classes access the MasterPage.ContentPlaceHolders property to list the current System.Web.UI.WebControls.ContentPlaceHolder controls that are contained by the master. Derived types do not typically override the MasterPage.ContentPlaceHolders property.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0