Implemented interface member:
method
RouteAsync
Microsoft.AspNetCore.Routing.IRouter.RouteAsync(Microsoft.AspNetCore.Routing.RouteContext)
33 references to RouteAsync
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
48
return router.
RouteAsync
(context);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\TreeRouterMatcher.cs (1)
24
await _inner.
RouteAsync
(routeContext);
Microsoft.AspNetCore.Routing.Tests (31)
Matching\TreeRouterMatcher.cs (1)
24
await _inner.
RouteAsync
(routeContext);
Tree\TreeRouterTest.cs (30)
53
await route.
RouteAsync
(context);
114
await route.
RouteAsync
(context);
161
await route.
RouteAsync
(context);
213
await route.
RouteAsync
(context);
256
await route.
RouteAsync
(context);
282
await route.
RouteAsync
(context);
305
await route.
RouteAsync
(context);
326
await route.
RouteAsync
(context);
354
await route.
RouteAsync
(context);
391
await route.
RouteAsync
(context);
416
await route.
RouteAsync
(context);
443
await route.
RouteAsync
(context);
470
await route.
RouteAsync
(context);
491
await route.
RouteAsync
(context);
512
await route.
RouteAsync
(context);
537
await route.
RouteAsync
(context);
559
await route.
RouteAsync
(context);
582
await route.
RouteAsync
(context);
605
await route.
RouteAsync
(context);
635
await route.
RouteAsync
(context);
663
await route.
RouteAsync
(context);
689
await route.
RouteAsync
(context);
739
await route.
RouteAsync
(context);
784
await route.
RouteAsync
(context);
1709
await route.
RouteAsync
(context);
1729
await route.
RouteAsync
(context);
1765
await route.
RouteAsync
(context);
1799
await route.
RouteAsync
(context);
1842
await Assert.ThrowsAsync<Exception>(() => route.
RouteAsync
(context));
1887
await route.
RouteAsync
(context);