SaaS CMS has officially launched! Learn more now.

Interface IUrlGeneratorPipelineProvider

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Responsible for lifetime and creation of the pipeline responsible for url generation

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

Methods

GetPipeline(ContentReference, UrlGeneratorOptions)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Creates the pipeline used to generate the url.

Declaration
IEnumerable<IUrlGeneratorPipelineStep> GetPipeline(ContentReference contentLink, UrlGeneratorOptions options)
Parameters
Type Name Description
ContentReference contentLink

The content link for which to create an url

UrlGeneratorOptions options

Options that can specify how the url should be generated

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

Extension Methods