Interface IRouteParser
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
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[] |