ContentDesigner::GetEditableDesignerRegionContent Method (EditableDesignerRegion^)

 

Gets the content of the specified EditableDesignerRegion object.

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

public:
virtual String^ GetEditableDesignerRegionContent(
	EditableDesignerRegion^ region
) override

Parameters

region
Type: System.Web.UI.Design::EditableDesignerRegion^

The EditableDesignerRegion from which to get the content.

Return Value

Type: System::String^

The persistence string for the content of the specified EditableDesignerRegion.

If EditableDesignerRegion elements are defined in the DesignerRegionCollection and the design-time markup contains region identifiers, the GetEditableDesignerRegionContent method is used to return the content for each EditableDesignerRegion in the DesignerRegionCollection

.NET Framework
Available since 2.0
Return to top
Show: