London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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