A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 9.24.1
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()