Try our conversational search powered by Generative AI!

Class MasterPageBase

Inheritance
System.Object
MasterPageBase
Namespace: EPiServer.Shell.WebForms
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public abstract class MasterPageBase : MasterPage

Constructors

MasterPageBase()

Declaration
public MasterPageBase()

Properties

Declaration
protected IDictionary<string, string> CssLinkList { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Methods

RegisterClientScriptFile(String)

Declaration
public void RegisterClientScriptFile(string rootRelativePath)
Parameters
Type Name Description
System.String rootRelativePath

RegisterCSSFile(String, String)

Declaration
public void RegisterCSSFile(string key, string relativePath)
Parameters
Type Name Description
System.String key
System.String relativePath

Extension Methods