MasterPage.ContentTemplates Property
.NET Framework 3.0
Gets a list of content controls that are associated with the master page.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected IDictionary get_ContentTemplates ()
protected internal function get ContentTemplates () : IDictionary
Not applicable.
Property Value
An IList of content controls associated with the master page.Derived master page classes access the ContentTemplates property to retrieve the current Content controls, as defined by associated content pages. Derived types do not typically override the ContentTemplates property.
Community Additions
ADD
Show: