SaaS CMS has officially launched! Learn more now.

Interface IContentRouteRegister

Signature for a component that can register a content route for a custom starting point

Namespace: EPiServer.Core.Routing.Pipeline
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IContentRouteRegister

Properties

ContentRouteDefintion

A definition describing the content route to register

Declaration
ContentRouteDefinition ContentRouteDefintion { get; }
Property Value
Type Description
ContentRouteDefinition

Extension Methods