Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class HostUrlGeneratorPipelineStep

Inheritance
System.Object
HostUrlGeneratorPipelineStep
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class HostUrlGeneratorPipelineStep : Object, IUrlGeneratorPipelineStep

Constructors

HostUrlGeneratorPipelineStep(RoutingOptions)

Declaration
public HostUrlGeneratorPipelineStep(RoutingOptions routingOptions)
Parameters
Type Name Description
RoutingOptions routingOptions

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