2 references to TryMatch
Microsoft.AspNetCore.Routing (2)
RouteBase.cs (1)
115
if (!_matcher.
TryMatch
(requestPath, context.RouteData.Values))
Tree\TreeRouter.cs (1)
196
if (!matcher.
TryMatch
(context.HttpContext.Request.Path, context.RouteData.Values))