A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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