Namespace EPiServer.Core.Routing
Classes
ContentUrlGeneratorEvents
Base class for IContent
ContentUrlResolverEvents
Base class for IContent
PartialRouteData
When an outgoing virtual path is extended through implementations of Get
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 Partial
RoutingState
Specifies the different states during content routing
UrlGeneratorEventArgs
Event args used from IContent
UrlResolverEventArgs
Event args used from IContent
Interfaces
IContentUrlGeneratorEvents
Specifies events that are raised during url generation using IUrl
IContentUrlResolverEvents
Specifies events that are raised during url resolving using IUrl
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.