Class WebFormsBase
Inheritance
System.Object
WebFormsBase
Assembly: EPiServer.UI.dll
Version: 11.20.7
public class WebFormsBase : Page, ISupportsScriptManager, ISystemMessageSink
Constructors
Declaration
Properties
ContentRepository
Declaration
protected virtual IContentRepository ContentRepository { get; }
Property Value
ContentSecurityRepository
Declaration
protected virtual IContentSecurityRepository ContentSecurityRepository { get; set; }
Property Value
ContentTypeRepository
Declaration
protected IContentTypeRepository ContentTypeRepository { get; set; }
Property Value
IsPageLeaveCheckEnabled
Declaration
protected virtual bool IsPageLeaveCheckEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ServiceLocationHelper Locate { get; }
Property Value
PageLeaveCheckMessage
Declaration
protected virtual string PageLeaveCheckMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ScriptManager ScriptManager { get; }
Property Value
SetMasterPageOnPreInit
Declaration
protected virtual bool SetMasterPageOnPreInit { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public SystemMessageContainer SystemMessageContainer { get; }
Property Value
Methods
Declaration
public string GetImageThemeUrl(string image)
Parameters
Type |
Name |
Description |
System.String |
image |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected override void InitializeCulture()
Declaration
protected override void OnPreInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPreRenderComplete(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
public virtual void RegisterClientScriptFile(string rootRelativePath)
Parameters
Type |
Name |
Description |
System.String |
rootRelativePath |
|
Declaration
public void RegisterCSSFile(string key, string relativePath)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
relativePath |
|
Declaration
protected void TransferToErrorMessage()
Declaration
protected void TransferToErrorMessage(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Declaration
public virtual string Translate(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.String |
|
Declaration
public virtual string TranslateFallback(string key, string fallback)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
fallback |
|
Returns
Type |
Description |
System.String |
|
Declaration
public virtual string TranslateForScript(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods