London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CMSControlWrapper

Inheritance
System.Object
CMSControlWrapper
Namespace: EPiServer.UI.Edit
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
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
Overrides

Implements

Extension Methods