Interface IContentRouteEventsRaiser
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IContentRouteEventsRaiser : IContentRouteEvents
Methods
OnCreatingVirtualPath(Object, RequestContextEventArgs)
Declaration
void OnCreatingVirtualPath(object sender, RequestContextEventArgs args)
Parameters
OnRoutedContent(Object, RoutingEventArgs)
Declaration
void OnRoutedContent(object sender, RoutingEventArgs routingEventArgs)
Parameters
OnRoutingContent(Object, RoutingEventArgs)
Declaration
void OnRoutingContent(object sender, RoutingEventArgs routingEventArgs)
Parameters
OnVirtualPathCreated(Object, UrlBuilderEventArgs)
Declaration
void OnVirtualPathCreated(object sender, UrlBuilderEventArgs args)
Parameters
Extension Methods