CatalogZoneDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)

 

Sets the content of the specified EditableDesignerRegion.

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

public:
virtual void SetEditableDesignerRegionContent(
	EditableDesignerRegion^ region,
	String^ content
) override

Parameters

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

The specified EditableDesignerRegion.

content
Type: System::String^

A String that represents the content to go in the specified region.

.NET Framework
Available since 2.0
Return to top
Show: