Try our conversational search powered by Generative AI!

Interface IContentRouteEventsRaiser

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.Web.Routing.Internal
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
Type Name Description
System.Object sender
RequestContextEventArgs args

OnRoutedContent(Object, RoutingEventArgs)

Declaration
void OnRoutedContent(object sender, RoutingEventArgs routingEventArgs)
Parameters
Type Name Description
System.Object sender
RoutingEventArgs routingEventArgs

OnRoutingContent(Object, RoutingEventArgs)

Declaration
void OnRoutingContent(object sender, RoutingEventArgs routingEventArgs)
Parameters
Type Name Description
System.Object sender
RoutingEventArgs routingEventArgs

OnVirtualPathCreated(Object, UrlBuilderEventArgs)

Declaration
void OnVirtualPathCreated(object sender, UrlBuilderEventArgs args)
Parameters
Type Name Description
System.Object sender
UrlBuilderEventArgs args

Extension Methods