Interface IContentRouteEventsRaiser
  
  Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Assembly: EPiServer.dll
  Version: 10.10.4
  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