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

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: 12.0.3
Syntax
public class UrlGeneratorOptions : OptionsBase<UrlGeneratorOptions, IUrlGeneratorOption>, IEnumerable<IUrlGeneratorOption>, IEnumerable

Constructors

UrlGeneratorOptions()

Declaration
public UrlGeneratorOptions()

Implements

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

Extension Methods