Class UrlGeneratorOptions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Container class for option instances during url generation
Implements
System.Collections.Generic.IEnumerable<IUrlGeneratorOption>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public class UrlGeneratorOptions : OptionsBase<UrlGeneratorOptions, IUrlGeneratorOption>, IEnumerable<IUrlGeneratorOption>, IEnumerable
Constructors
UrlGeneratorOptions()
Declaration
public UrlGeneratorOptions()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable