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 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