Try our conversational search powered by Generative AI!

Class DefaultPage

Inheritance
System.Object
DefaultPage
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DefaultPage : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

DefaultPage()

Declaration
public DefaultPage()

Fields

AdminMenu

Declaration
protected SystemIFrame AdminMenu
Field Value
Type Description
SystemIFrame

Dynamiccell1

Declaration
protected DynamicCell Dynamiccell1
Field Value
Type Description
DynamicCell

Dynamiccell3

Declaration
protected DynamicCell Dynamiccell3
Field Value
Type Description
DynamicCell

Dynamiccell4

Declaration
protected DynamicCell Dynamiccell4
Field Value
Type Description
DynamicCell

DynamicCell5

Declaration
protected DynamicCell DynamicCell5
Field Value
Type Description
DynamicCell

Dynamiccell6

Declaration
protected DynamicCell Dynamiccell6
Field Value
Type Description
DynamicCell

Dynamicrow2

Declaration
protected DynamicRow Dynamicrow2
Field Value
Type Description
DynamicRow

DynamicRow3

Declaration
protected DynamicRow DynamicRow3
Field Value
Type Description
DynamicRow

DynamicRow4

Declaration
protected DynamicRow DynamicRow4
Field Value
Type Description
DynamicRow

Dynamicrow5

Declaration
protected DynamicRow Dynamicrow5
Field Value
Type Description
DynamicRow

Dynamictable1

Declaration
protected DynamicTable Dynamictable1
Field Value
Type Description
DynamicTable

DynamicTable2

Declaration
protected DynamicTable DynamicTable2
Field Value
Type Description
DynamicTable

InfoFrame

Declaration
protected SystemIFrame InfoFrame
Field Value
Type Description
SystemIFrame

Licenseinfo1

Declaration
protected LicenseInfo Licenseinfo1
Field Value
Type Description
LicenseInfo

Menu

Declaration
[Obsolete("The 'Menu' webcontrol is no longer used and will be removed in an upcoming major release. Use 'NavigationMenu' webcontrol instead.")]
protected ShellMenu Menu
Field Value
Type Description
ShellMenu

NavigationMenu

Declaration
protected PlatformNavigationMenu NavigationMenu
Field Value
Type Description
PlatformNavigationMenu

Panel1

Declaration
protected Panel Panel1
Field Value
Type Description
System.Web.UI.WebControls.Panel

Methods

OnInit(EventArgs)

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

OnPreInit(EventArgs)

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

Implements

Extension Methods