This documentation is archived and is not being maintained.
MasterPage::ContentPlaceHolders Property
Visual Studio 2010
Gets a list of ContentPlaceHolder controls that the master page uses to define different content regions.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] protected public: property IList^ ContentPlaceHolders { IList^ get (); }
Property Value
Type: System.Collections::IListAn IList of ContentPlaceHolder controls that the master page uses as placeholders for Content controls found in content pages.
Derived master page classes access the ContentPlaceHolders property to list the current ContentPlaceHolder controls that are contained by the master. Derived types do not typically override the ContentPlaceHolders property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: