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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Event args used from IContentUrlGeneratorEvents

Inheritance
System.Object
UrlGeneratorEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class UrlGeneratorEventArgs

Constructors

UrlGeneratorEventArgs()

Declaration
public UrlGeneratorEventArgs()

Properties

Context

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The context for the url generation

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

State

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The current state for the processing pipeline

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

Extension Methods