SaaS CMS has officially launched! Learn more now.

Class GuidUrlResolverPipelineStep

Inheritance
System.Object
GuidUrlResolverPipelineStep
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class GuidUrlResolverPipelineStep : Object, IUrlResolverPipelineStep

Constructors

GuidUrlResolverPipelineStep(IContentLoader)

Declaration
public GuidUrlResolverPipelineStep(IContentLoader contentLoader)
Parameters
Type Name Description
IContentLoader contentLoader

Methods

Resolve(UrlResolverContext, UrlResolverOptions)

Declaration
public RoutingState Resolve(UrlResolverContext context, UrlResolverOptions options)
Parameters
Type Name Description
UrlResolverContext context
UrlResolverOptions options
Returns
Type Description
RoutingState

Implements

Extension Methods