Class PageBase<T>

Base class for all generic template pages. Extends EPiServer.TemplatePage

Inheritance
System.Object
PageBase<T>
Namespace: EPiServer.Business.Commerce
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
[Obsolete("This class is template code, and will be removed from the framework. Will remain at least until November 2016.")]
public class PageBase<T> : TemplatePage<T> where T : PageData
Type Parameters
Name Description
T

Constructors

PageBase()

Declaration
public PageBase()

Properties

SearchPage

Gets Search page

Declaration
public virtual PageData SearchPage { get; }
Property Value
Type Description
EPiServer.Core.PageData

Methods

InitializeCulture()

Declaration
protected override void InitializeCulture()