SaaS CMS has officially launched! Learn more now.

Class EPiServerUI

Inheritance
System.Object
EPiServerUI
Namespace: EPiServer.UI.Admin.MasterPages
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class EPiServerUI : MasterPageBase, IUIMaster

Constructors

EPiServerUI()

Declaration
public EPiServerUI()

Fields

aspnetForm

Declaration
protected HtmlForm aspnetForm
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlForm

body

Declaration
protected HtmlGenericControl body
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

cssLinkRegion

Declaration
protected PlaceHolder cssLinkRegion
Field Value
Type Description
System.Web.UI.WebControls.PlaceHolder

FullRegion

Declaration
protected ContentPlaceHolder FullRegion
Field Value
Type Description
System.Web.UI.WebControls.ContentPlaceHolder

HeaderContentRegion

Declaration
protected ContentPlaceHolder HeaderContentRegion
Field Value
Type Description
System.Web.UI.WebControls.ContentPlaceHolder

MainRegion

Declaration
protected ContentPlaceHolder MainRegion
Field Value
Type Description
System.Web.UI.WebControls.ContentPlaceHolder

SystemPrefixControl

Declaration
protected SystemPrefix SystemPrefixControl
Field Value
Type Description
SystemPrefix

ValidationSummary

Declaration
protected ValidationSummary ValidationSummary
Field Value
Type Description
System.Web.UI.WebControls.ValidationSummary

Properties

BodyElement

Declaration
public HtmlGenericControl BodyElement { get; }
Property Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

Methods

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Extension Methods