Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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