SaaS CMS has officially launched! Learn more now.

Class Framework

Inheritance
System.Object
Framework
Namespace: EPiServer.UI.Edit.MasterPages.Frameworks
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Framework : MasterPageBase

Constructors

Framework()

Declaration
public Framework()

Fields

aspnetForm

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

clientScripts

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

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

shellScripts

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

Methods

CreatePageTitle(String, LocalizationService)

Declaration
public static string CreatePageTitle(string titlePrefix, LocalizationService localizationService)
Parameters
Type Name Description
System.String titlePrefix
LocalizationService localizationService
Returns
Type Description
System.String

OnLoad(EventArgs)

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

Extension Methods