SaaS CMS has officially launched! Learn more now.

Class PartialUrlGeneratorPipelineStep

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

Constructors

PartialUrlGeneratorPipelineStep(PartialRouteHandler, IContentLoader)

Declaration
public PartialUrlGeneratorPipelineStep(PartialRouteHandler partialRouteHandler, IContentLoader contentLoader)
Parameters
Type Name Description
PartialRouteHandler partialRouteHandler
IContentLoader contentLoader

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