Class CMSControlWrapper
Inherited Members
Namespace: EPiServer.UI.Edit
Assembly: EPiServer.UI.dll
Version: 11.20.7Syntax
public class CMSControlWrapper : PageBase, IPageSource, ICurrentPage, IContentSource, ISupportsScriptManager
Constructors
CMSControlWrapper()
Declaration
public CMSControlWrapper()
Fields
placeHolderControl
Declaration
protected PlaceHolder placeHolderControl
Field Value
Type | Description |
---|---|
System.Web.UI.WebControls.PlaceHolder |
Properties
ComponentManager
Declaration
public IComponentManager ComponentManager { get; }
Property Value
Type | Description |
---|---|
IComponentManager |
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |