Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IRouteParser

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 7.19.2
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