System.Web.UI.MasterPage.ContentTemplates Property

Gets a list of content controls that are associated with the master page.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Derived master page classes access the MasterPage.ContentTemplates property to retrieve the current System.Web.UI.WebControls.Content controls, as defined by associated content pages. Derived types do not typically override the MasterPage.ContentTemplates property.

Requirements

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