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.Cms.AspNet.dll
Version: 11.20.7
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