Interface IUrlResolverPipelineProvider
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Responsible for lifetime and creation of the pipeline responsible for content resolving from url.
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface IUrlResolverPipelineProvider
Methods
GetPipeline(Uri, UrlResolverOptions)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Creates the pipeline used to resolve urls.
Declaration
IEnumerable<IUrlResolverPipelineStep> GetPipeline(Uri url, UrlResolverOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | url | The url that is being resolved |
| UrlResolverOptions | options | Options that can specify how the url should be resolved |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IUrlResolverPipelineStep> |