Interface IUrlGeneratorPipelineStep
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: 12.0.3Syntax
public interface IUrlGeneratorPipelineStep
  Methods
Generate(UrlGeneratorContext, UrlGeneratorOptions)
Can modify the url to be generated through Url
Declaration
RoutingState 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 | 
|---|---|
| RoutingState |