IContentResolutionService::ContentDefinitions Property

 

Gets the ContentDefinition objects for the content placeholders that are identified in the master page.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property IDictionary^ ContentDefinitions {
	IDictionary^ get();
}

Property Value

Type: System.Collections::IDictionary^

An IDictionary containing identifiers and ContentDefinition objects.

.NET Framework
Available since 2.0
Return to top
Show: