12 references to Route
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
RazorComponentEndpointDataSourceTest.cs (2)
335[Route("/")] 349[Route("/counter")]
Microsoft.AspNetCore.Components.Tests (9)
Routing\RouterTest.cs (5)
526[Route("feb")] 529[Route("jan")] 532[Route("a/{*matchAnything}")] 535[Route("a/b/c")] 538[Route("not-found")]
Routing\RouteTableFactoryTests.cs (4)
104[Route("Test1")] 164[Route("Test2")] 1157[Route("/ComponentWithoutExcludeFromInteractiveRoutingAttribute")] 1160[Route("/ComponentWithExcludeFromInteractiveRoutingAttribute")]
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Builder\PageActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (1)
248[Route("/")]