Class UrlGeneratorEventArgs
Event args used from IContentUrlGeneratorEvents
Inheritance
System.Object
    UrlGeneratorEventArgs
  Namespace: EPiServer.Core.Routing
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class UrlGeneratorEventArgs : EventArgs
  Constructors
UrlGeneratorEventArgs()
Declaration
public UrlGeneratorEventArgs()
  Properties
Context
The context for the url generation
Declaration
public UrlGeneratorContext Context { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UrlGeneratorContext | 
State
The current state for the processing pipeline
Declaration
public RoutingState State { get; set; }
  Property Value
| Type | Description | 
|---|---|
| RoutingState |