Interface IRouteParser
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IRouteParserMethods
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[] | 
