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.3Syntax
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> |