EditableDesignerRegion::Content Property

 

Gets or sets the HTML markup for the content of the region.

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

public:
property String^ Content {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

HTML markup representing the content of the EditableDesignerRegion object.

.NET Framework
Available since 2.0
Return to top
Show: