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 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