Class MasterPageBase

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

Constructors

MasterPageBase()

Declaration
protected MasterPageBase()

Properties

Ajax

Declaration
public AjaxHelper Ajax { get; }
Property Value
Type Description
System.Web.Mvc.AjaxHelper

Html

Declaration
public HtmlHelper Html { get; }
Property Value
Type Description
System.Web.Mvc.HtmlHelper

Model

Declaration
public object Model { get; }
Property Value
Type Description
System.Object

TempData

Declaration
public TempDataDictionary TempData { get; }
Property Value
Type Description
System.Web.Mvc.TempDataDictionary

Url

Declaration
public UrlHelper Url { get; }
Property Value
Type Description
System.Web.Mvc.UrlHelper

ViewContext

Declaration
public ViewContext ViewContext { get; }
Property Value
Type Description
System.Web.Mvc.ViewContext

ViewData

Declaration
public ViewDataDictionary ViewData { get; }
Property Value
Type Description
System.Web.Mvc.ViewDataDictionary

Writer

Declaration
public HtmlTextWriter Writer { get; }
Property Value
Type Description
System.Web.UI.HtmlTextWriter

Extension Methods