IControlDesignerView.SetRegionContent Method (EditableDesignerRegion, String)

 

Puts the provided content into the provided designer region.

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

void SetRegionContent(
	EditableDesignerRegion region,
	string content
)

Parameters

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

A DesignerRegion into which the content is to be put.

content
Type: System.String

The HTML markup to be put into the designer region.

.NET Framework
Available since 2.0
Return to top
Show: