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