Try our conversational search powered by Generative AI!

Interface IRouteParser

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