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 UrlGeneratorEventArgs

Event args used from IContentUrlGeneratorEvents

Inheritance
System.Object
UrlGeneratorEventArgs
Namespace: EPiServer.Core.Routing
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
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

Extension Methods