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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the content of the specified EditableDesignerRegion object.

Namespace:   System.Web.UI.Design.WebControls
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 EditableDesignerRegion instance to set.

content
Type: System::String^

The new content for the EditableDesignerRegion.

.NET Framework
Available since 2.0
Return to top
Show: