9 instantiations of RouteAttribute
AspireWithMaui.WeatherApi (1)
Controllers\WeatherForecastController.cs (1)
6[Route("[controller]")]
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (8)
Logging\ApiRoutingController.cs (1)
17[Route("api/users")]
Logging\AttributeRoutingController.cs (1)
12[Route("[controller]")]
Logging\TestController.cs (6)
13[Route("[controller]")] 17[Route("v1/profile/users/{userId}")] 26[Route("v1/profile/users/{userId}/teams/{teamId}")] 35[Route("v1/profile/users/{userId}/teams/{teamId}/chats/{chatId}")] 44[Route("v1/profile/users")] 52[Route("v1/profile/users/{userId}/teams/{teamId}/chats/{chatId}")]
5 references to RouteAttribute
Microsoft.AspNetCore.Mvc.Core (5)
AcceptVerbsAttribute.cs (2)
56/// <see cref="RouteAttribute.Order"/> or a default value of 0 if the <see cref="RouteAttribute"/>
RouteAttribute.cs (1)
18/// Creates a new <see cref="RouteAttribute"/> with the given route template.
Routing\HttpMethodAttribute.cs (2)
53/// <see cref="RouteAttribute.Order"/> or a default value of 0 if the <see cref="RouteAttribute"/>