Try our conversational search powered by Generative AI!

Interface IRouteParser

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IRouteParser

Methods

Parse(String, IDictionary<String, ISegment>)

Parses the specified URL into segments

Declaration
ISegment[] Parse(string url, IDictionary<string, ISegment> segmentMappings)
Parameters
Type Name Description
System.String url
System.Collections.Generic.IDictionary<System.String, ISegment> segmentMappings
Returns
Type Description
ISegment[]

Extension Methods