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.3Syntax
public interface IContentRouteRegister
Properties
ContentRouteDefintion
A definition describing the content route to register
Declaration
ContentRouteDefinition ContentRouteDefintion { get; }
Property Value
| Type | Description |
|---|---|
| ContentRouteDefinition |