10 references to HttpDelete
Microsoft.AspNetCore.Mvc.Core.Test (6)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (4)
1576
[
HttpDelete
("{id}", Name = "Products")]
1588
[
HttpDelete
("/Items/{id}", Name = "Items")]
1637
[
HttpDelete
("{ID}", Order = 1, Name = "PRODUCTS")]
1711
[
HttpDelete
("list")]
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
1682
[
HttpDelete
("{id}")]
ApplicationModels\InferParameterBindingInfoConventionTest.cs (1)
955
[
HttpDelete
("delete-by-status/{status:int?}")]
Mvc.RoutingWebSite (1)
Controllers\EmployeeController.cs (1)
61
[
HttpDelete
("{id}/Administrator")]
Sandbox (1)
Controllers\ValuesController.cs (1)
39
[
HttpDelete
("{id}")]
VersioningWebSite (2)
Controllers\CustomersController.cs (1)
53
[
HttpDelete
("{id}")]
Controllers\MoviesController.cs (1)
47
[
HttpDelete
("Movies/{id}")]