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)
334[Route("feb")] 337[Route("jan")] 340[Route("a/{*matchAnything}")] 343[Route("a/b/c")] 346[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("/")]