SaaS CMS has officially launched! Learn more now.

Class UrlResolverPipeline

Represents a pipeline constitued of one or several IUrlResolverPipelineStep instances used to resolve a url.

Inheritance
System.Object
UrlResolverPipeline
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class UrlResolverPipeline : List<IUrlResolverPipelineStep>

Constructors

UrlResolverPipeline()

Declaration
public UrlResolverPipeline()

Properties

Name

The pipeline name, just for debugging

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Extension Methods