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 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