Table of Contents

Class AdminBase

Namespace
InSite.UI.Layout.Admin
Assembly
InSite.UI.dll
public class AdminBase : MasterPage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
AdminBase
Implements
Inherited Members

Constructors

AdminBase()

public AdminBase()

Fields

BodyContent

BodyContent control.

protected ContentPlaceHolder BodyContent

Field Value

ContentPlaceHolder

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

BodyForm

BodyForm control.

protected HtmlForm BodyForm

Field Value

HtmlForm

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

HeadContent

HeadContent control.

protected ContentPlaceHolder HeadContent

Field Value

ContentPlaceHolder

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

HtmlBody

HtmlBody control.

protected HtmlGenericControl HtmlBody

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ScriptManager

ScriptManager control.

protected ScriptManager ScriptManager

Field Value

ScriptManager

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

Identity

protected ISecurityFramework Identity { get; }

Property Value

ISecurityFramework

Methods

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs