Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SegmentPair

Class to hold return values from GetNextValue(String)

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.Web.Routing.Segments
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class SegmentPair

Constructors

SegmentPair()

Declaration
public SegmentPair()

Properties

Next

The next value to be used when matching for routedata.

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

Remaining

The remaining URL that is yet to be parsed.

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

Extension Methods