11 references to Route
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
RazorComponentEndpointDataSourceTest.cs (2)
335
[
Route
("/")]
349
[
Route
("/counter")]
Microsoft.AspNetCore.Components.Tests (8)
Routing\RouterTest.cs (4)
298
[
Route
("feb")]
301
[
Route
("jan")]
304
[
Route
("a/{*matchAnything}")]
307
[
Route
("a/b/c")]
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
("/")]