Class StaticUrlGeneratorPipelineStep
Inheritance
System.Object
StaticUrlGeneratorPipelineStep
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
Returns
Implements
Extension Methods