ViewRendering Constructor (String, DesignerRegionCollection, Boolean)

 

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

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

new : 
        content:string *
        regions:DesignerRegionCollection *
        visible:bool -> ViewRendering

Parameters

content
Type: System.String

The HTML markup.

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

A collection of regions

visible
Type: System.Boolean

A value that indicates whether the control is rendered.

.NET Framework
Available since 2.0
Return to top
Show: