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.3Syntax
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 |