A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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