SaaS CMS has officially launched! Learn more now.

Interface IUrlResolverPipelineStep

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines the signature for a component that is used to resolve a part of an url.

Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IUrlResolverPipelineStep

Methods

Resolve(UrlResolverContext, UrlResolverOptions)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Can resolve part of the UrlResolverContext

Declaration
PipelineState Resolve(UrlResolverContext context, UrlResolverOptions options)
Parameters
Type Name Description
UrlResolverContext context

The context used for the url resolving

UrlResolverOptions options

Options that can specify how the url should be resolved

Returns
Type Description
PipelineState

Extension Methods