London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class UrlResolverContextExtensions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Extends UrlResolverContext

Inheritance
System.Object
UrlResolverContextExtensions
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 static class UrlResolverContextExtensions

Methods

GetNextRemainingSegment(UrlResolverContext, String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Parses the remaing path of the url and returns next unresolved segment

Declaration
public static SegmentPair GetNextRemainingSegment(this UrlResolverContext context, string remainingPath = null)
Parameters
Type Name Description
UrlResolverContext context

The context that is being extended

System.String remainingPath

The remaining path to use, if null is passed in RemainingPath is used

Returns
Type Description
SegmentPair