Implemented interface member:
property
Name
Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider.Name
13 writes to Name
AspireWithMaui.WeatherApi (1)
Controllers\WeatherForecastController.cs (1)
14[HttpGet(Name = "GetWeatherForecast")]
Microsoft.AspNetCore.Mvc.Core.Test (12)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (12)
1567[HttpGet("{id}", Name = "Products")] 1570[HttpPut("{id}", Name = "Products")] 1576[HttpDelete("{id}", Name = "Products")] 1579[HttpGet("/Items/{id}", Name = "Items")] 1582[HttpPost("/Items", Name = "Items")] 1585[HttpPut("/Items/{id}", Name = "Items")] 1588[HttpDelete("/Items/{id}", Name = "Items")] 1591[HttpPatch("/Items", Name = "Items")] 1628[HttpGet("{id}", Name = "Products")] 1631[HttpGet("{ID}", Name = "Products")] 1634[HttpPut("{id}", Name = "PRODUCTS")] 1637[HttpDelete("{ID}", Order = 1, Name = "PRODUCTS")]