ViewRendering Constructor (String, DesignerRegionCollection)

 

Initializes a new instance of the ViewRendering class by using the specified content and regions.

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

public ViewRendering(
	string content,
	DesignerRegionCollection regions
)

Parameters

content
Type: System.String

HTML markup.

regions
Type: System.Web.UI.Design.DesignerRegionCollection

A collection that contains the regions.

.NET Framework
Available since 2.0
Return to top
Show: