Interface ICommerceRouter
Partial router for commerce
Namespace: EPiServer.Commerce.Routing
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
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 |