Interface IContentRouteEvents
Defines events for content routing
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IContentRouteEventsEvents
CreatedVirtualPath
Raised when outgoing virtual path has been created.
Declaration
event EventHandler<UrlBuilderEventArgs> CreatedVirtualPathEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<UrlBuilderEventArgs> | 
CreatingVirtualPath
Raised when outgoing virtual path is trying to be created by a route.
Declaration
event EventHandler<RequestContextEventArgs> CreatingVirtualPathEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<RequestContextEventArgs> | 
RoutedContent
Raised when an incoming request have been routed to a content instance.
Declaration
event EventHandler<RoutingEventArgs> RoutedContentEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<RoutingEventArgs> | 
RoutingContent
Raised when outgoing virtual path has been created.
Declaration
event EventHandler<RoutingEventArgs> RoutingContentEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<RoutingEventArgs> | 
