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 IPatternMatcher

Namespace: EPiServer.Web.Routing.Matching.Internal
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3
Syntax
public interface IPatternMatcher

Methods

MatchPattern(HttpContext, Type, String, RouteValueDictionary)

Declaration
IEnumerable<RouteValueDictionary> MatchPattern(HttpContext httpContext, Type templateType, string remainingPath, RouteValueDictionary currentValues)
Parameters
Type Name Description
Microsoft.AspNetCore.Http.HttpContext httpContext
System.Type templateType
System.String remainingPath
Microsoft.AspNetCore.Routing.RouteValueDictionary currentValues
Returns
Type Description
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.RouteValueDictionary>

RegisterPattern(Type, String)

Declaration
void RegisterPattern(Type templateType, string pattern)
Parameters
Type Name Description
System.Type templateType
System.String pattern

Extension Methods