1 instantiation of RouteContext
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
217
var context = new
RouteContext
(locationPath);
3 references to RouteContext
Microsoft.AspNetCore.Components (3)
Routing\Router.cs (1)
217
var
context = new RouteContext(locationPath);
Routing\RouteTable.cs (1)
55
public void Route(
RouteContext
routeContext)
src\Http\Routing\src\Tree\TreeRouter.cs (1)
173
public void Route(
RouteContext
context)