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

Interface ICommerceRouter

Partial router for commerce

Namespace: EPiServer.Commerce.Routing
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0
Syntax
public interface ICommerceRouter : IPartialRouter<PageData, CatalogContentBase>

Properties

CommerceRoot

The root content for the partial route.

Declaration
CatalogContentBase CommerceRoot { get; }
Property Value
Type Description
CatalogContentBase

RouteStartingPoint

The starting point of the partial route. This content link is the node just before the CommerceRoot

Declaration
ContentReference RouteStartingPoint { get; }
Property Value
Type Description
EPiServer.Core.ContentReference