Path Matching
Introduction
Class Synopsis
class PathMatcher
{
constructor(RouteCollection routes);
match(string path) : Route|null;
}Last updated
class PathMatcher
{
constructor(RouteCollection routes);
match(string path) : Route|null;
}Last updated