Class ControlWrapper
Inheritance
System.Object
ControlWrapper
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class ControlWrapper : Page
Constructors
ControlWrapper()
Declaration
Fields
Head1
Declaration
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlHead |
|
placeHolderControl
Declaration
protected PlaceHolder placeHolderControl
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
RenderChildren(HtmlTextWriter)
Declaration
protected override void RenderChildren(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Extension Methods