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: 11.20.7Syntax
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 |