Class UrlGeneratorOptions
Container class for option instances during url generation
Implements
System.Collections.Generic.IEnumerable<IUrlGeneratorOption>
    System.Collections.IEnumerable
  Inherited Members
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class UrlGeneratorOptions : OptionsBase<UrlGeneratorOptions, IUrlGeneratorOption>, IEnumerable<IUrlGeneratorOption>, IEnumerable
  Constructors
UrlGeneratorOptions()
Declaration
public UrlGeneratorOptions()
  Implements
      System.Collections.Generic.IEnumerable<>
  
  
      System.Collections.IEnumerable