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 UrlResolverOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Container class for option instances during url resolving

Inheritance
System.Object
UrlResolverOptions
Implements
System.Collections.Generic.IEnumerable<IUrlResolverOption>
System.Collections.IEnumerable
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class UrlResolverOptions : OptionsBase<UrlResolverOptions, IUrlResolverOption>, IEnumerable<IUrlResolverOption>, IEnumerable

Constructors

UrlResolverOptions()

Declaration
public UrlResolverOptions()

Implements

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

Extension Methods