Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IUrlGeneratorPipelineProvider

Responsible for lifetime and creation of the pipeline responsible for url generation

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

Methods

GetPipelines(ContentReference, UrlGeneratorContext)

Creates the pipeline used to generate the url.

Declaration
IEnumerable<UrlGeneratorPipeline> GetPipelines(ContentReference contentLink, UrlGeneratorContext context)
Parameters
Type Name Description
ContentReference contentLink

The content link for which to create an url

UrlGeneratorContext context

Context that can specify how the url should be generated

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

Extension Methods