ContentDefinition::ContentPlaceHolderID Property

 

Gets the ID of the ContentPlaceHolder control that is associated with the current content.

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

public:
property String^ ContentPlaceHolderID {
	String^ get();
}

Property Value

Type: System::String^

The ID of the ContentPlaceHolder associated with the current content.

.NET Framework
Available since 2.0
Return to top
Show: