Class SegmentPair
Helper class that can be used from IUrlResolverPipelineStep implementations to get the next segment in the url.
Inheritance
System.Object
SegmentPair
Namespace: EPiServer.Core.Routing.Pipeline
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SegmentPair : Object
Constructors
SegmentPair()
Declaration
public SegmentPair()
Properties
Next
The next value.
Declaration
public string Next { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remaining
The remaining URL that is yet to be resolved.
Declaration
public string Remaining { get; set; }
Property Value
Type | Description |
---|---|
System.String |