SaaS CMS has officially launched! Learn more now.

Class StaticUrlGeneratorPipelineStep

Inheritance
System.Object
StaticUrlGeneratorPipelineStep
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class StaticUrlGeneratorPipelineStep : Object, IUrlGeneratorPipelineStep

Constructors

StaticUrlGeneratorPipelineStep(String)

Declaration
public StaticUrlGeneratorPipelineStep(string staticSegment)
Parameters
Type Name Description
System.String staticSegment

Methods

Generate(UrlGeneratorContext, UrlGeneratorOptions)

Declaration
public RoutingState Generate(UrlGeneratorContext context, UrlGeneratorOptions options)
Parameters
Type Name Description
UrlGeneratorContext context
UrlGeneratorOptions options
Returns
Type Description
RoutingState

Implements

Extension Methods