London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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