Class Framework
Inheritance
System.Object
Framework
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Framework : MasterPageBase
Constructors
Framework()
Declaration
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
Returns
Type |
Description |
System.String |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Extension Methods