EditableDesignerRegion.GetChildViewRendering Method (Control)

 

Returns a ViewRendering object containing the design-time HTML markup for the given control.

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

abstract GetChildViewRendering : 
        control:Control -> ViewRendering
override GetChildViewRendering : 
        control:Control -> ViewRendering

Parameters

control
Type: System.Web.UI.Control

The control for which to get the ViewRendering object for the current region.

.NET Framework
Available since 2.0
Return to top
Show: