Try our conversational search powered by Generative AI!

Class UrlGeneratorOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Container class for option instances during url generation

Inheritance
System.Object
UrlGeneratorOptions
Implements
System.Collections.Generic.IEnumerable<IUrlGeneratorOption>
System.Collections.IEnumerable
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class UrlGeneratorOptions : OptionsBase<UrlGeneratorOptions, IUrlGeneratorOption>, IEnumerable<IUrlGeneratorOption>, IEnumerable

Constructors

UrlGeneratorOptions()

Declaration
public UrlGeneratorOptions()

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable

Extension Methods