EditableDesignerRegion.GetChildViewRendering Method
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
public ViewRendering GetChildViewRendering ( Control control )
public function GetChildViewRendering ( control : Control ) : ViewRendering
Not applicable.
Parameters
- control
The control for which to get the ViewRendering object for the current region.
Return Value
A ViewRendering object.Community Additions
ADD
Show: