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!

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