Try our conversational search powered by Generative AI!

Class UrlResolverEventArgs

Event args used from IContentUrlResolverEvents

Inheritance
System.Object
UrlResolverEventArgs
Namespace: EPiServer.Core.Routing
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class UrlResolverEventArgs : EventArgs

Constructors

UrlResolverEventArgs()

Declaration
public UrlResolverEventArgs()

Properties

Context

The context for the url resolving

Declaration
public UrlResolverContext Context { get; set; }
Property Value
Type Description
UrlResolverContext

State

The current state for the processing pipeline

Declaration
public RoutingState State { get; set; }
Property Value
Type Description
RoutingState

Extension Methods