Try our conversational search powered by Generative AI!

Namespace EPiServer.Core.Routing

Classes

ContentUrlGeneratorEvents

Base class for IContentUrlGeneratorEvents implementations

ContentUrlResolverEvents

Base class for IContentUrlResolverEvents implementations

PartialRouteData

When an outgoing virtual path is extended through implementations of GetPartialVirtualPath(TRoutedData, UrlGeneratorContext) this states the partial virtual path and the ContentReference for the content that should be used for base path.

PartialRouteHandler

Handler that manages registered instances of IPartialRouter<TContent, TRoutedData>.

PartialRouter

Encapsulates an instance of IPartialRouter<TContent, TRoutedData>.

PartialRouter<TIncoming, TOutgoing>

The concrete typed implementation of PartialRouter.

RoutingState

Specifies the different states during content routing

UrlGeneratorEventArgs

Event args used from IContentUrlGeneratorEvents

UrlResolverEventArgs

Event args used from IContentUrlResolverEvents

Interfaces

IContentUrlGeneratorEvents

Specifies events that are raised during url generation using IUrlResolver

IContentUrlResolverEvents

Specifies events that are raised during url resolving using IUrlResolver

IPartialRouter

Base signature for IPartialRouter<TContent, TRoutedData> which is what partial routers should implement

IPartialRouter<TContent, TRoutedData>

Defines the signature for a component that extends routing to IContent.