SaaS CMS has officially launched! Learn more now.

Class SegmentPair

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Helper class that can be used from IUrlResolverPipelineStep implementations to get the next segment in the url.

Inheritance
System.Object
SegmentPair
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class SegmentPair

Constructors

SegmentPair()

Declaration
public SegmentPair()

Properties

Next

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The next value.

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

Remaining

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The remaining URL that is yet to be resolved.

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

Extension Methods