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

Interface IUrlResolverPipelineProvider

Responsible for lifetime and creation of the pipeline responsible for content resolving from url.

Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IUrlResolverPipelineProvider

Methods

GetPipelines(Uri, UrlResolverContext)

Creates the pipelines used to resolve urls.

Declaration
IEnumerable<UrlResolverPipeline> GetPipelines(Uri url, UrlResolverContext context)
Parameters
Type Name Description
System.Uri url

The url that is being resolved

UrlResolverContext context

Context that can specify how the url should be resolved

Returns
Type Description
System.Collections.Generic.IEnumerable<UrlResolverPipeline>

Extension Methods