SaaS CMS has officially launched! Learn more now.

Interface IUrlGeneratorPipelineStep

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines the signature fo a component that is used to generate a part of an url.

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

Methods

Generate(UrlGeneratorContext, UrlGeneratorOptions)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Can modify the url to be generated through Url

Declaration
PipelineState Generate(UrlGeneratorContext context, UrlGeneratorOptions options)
Parameters
Type Name Description
UrlGeneratorContext context

The context used for the url generation

UrlGeneratorOptions options

Options that can specify how the url should be generated

Returns
Type Description
PipelineState

Extension Methods