SaaS CMS has officially launched! Learn more now.

Class UrlGeneratorPipeline

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

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

Constructors

UrlGeneratorPipeline()

Declaration
public UrlGeneratorPipeline()

Properties

Name

The name of the pipeline. Just for debugging

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

Extension Methods