London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CommerceSite

Inheritance
System.Object
CommerceSite
Namespace: EPiServer.Commerce.UI.MasterPages
Assembly: EPiServer.Commerce.UI.dll
Version: 13.30.0
Syntax
public class CommerceSite : MasterPage

Constructors

CommerceSite()

Declaration
public CommerceSite()

Fields

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

Head1

Declaration
protected HtmlHead Head1
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlHead

HeaderContent

Declaration
protected ContentPlaceHolder HeaderContent
Field Value
Type Description
System.Web.UI.WebControls.ContentPlaceHolder

MainContent

Declaration
protected ContentPlaceHolder MainContent
Field Value
Type Description
System.Web.UI.WebControls.ContentPlaceHolder

NavigationContent

Declaration
protected ContentPlaceHolder NavigationContent
Field Value
Type Description
System.Web.UI.WebControls.ContentPlaceHolder

shellScripts

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

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