Interface IContentRouteEvents
Defines events for content routing
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public interface IContentRouteEvents
Events
CreatedVirtualPath
Raised when outgoing virtual path has been created.
Obseleted in favor of Generated
Declaration
event EventHandler<EventArgs> CreatedVirtualPath
Event Type
Type | Description |
---|---|
System. |
CreatingVirtualPath
Raised when outgoing virtual path is trying to be created by a route.
Obseleted in favor of Generating
Declaration
event EventHandler<EventArgs> CreatingVirtualPath
Event Type
Type | Description |
---|---|
System. |
RoutedContent
Raised when an incoming request have been routed to a content instance.
Obseleted in favor of Resolved
Declaration
event EventHandler<EventArgs> RoutedContent
Event Type
Type | Description |
---|---|
System. |
RoutingContent
Raised when outgoing virtual path has been created.
Obseleted in favor of Resolving
Declaration
event EventHandler<EventArgs> RoutingContent
Event Type
Type | Description |
---|---|
System. |