Try our conversational search powered by Generative AI!

Namespace EPiServer.Core.Routing.Pipeline

Classes

ContentRouteDefinition

Defines a route for content

GenerateUrlContextExtensions

Extension methods for UrlGeneratorContext

RouteContextMode

Specifes for which ContextMode a route should be registered for

SegmentPair

Helper class that can be used from IUrlResolverPipelineStep implementations to get the next segment in the url.

UrlGeneratorContext

The context that is used during url generation. Different IUrlGeneratorPipelineStep instances in the pipeline can update the Url depending on UrlGeneratorContext and UrlGeneratorOptions.

UrlResolverContext

The context that is used during url resolving. Different IUrlResolverPipelineStep instances in the pipeline can update the context depending on UrlResolverOptions.

UrlResolverContextExtensions

Extends UrlResolverContext

Interfaces

IContentRouteRegister

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