9 references to HttpDelete
ApiExplorerWebSite (1)
Controllers\ApiExplorerResponseTypeWithApiConventionController.cs (1)
38
[
HttpDelete
]
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
1700
[
HttpDelete
]
Infrastructure\ActionSelectorTest.cs (1)
1235
[
HttpDelete
]
Routing\HttpMethodProviderAttributesTests.cs (1)
27
data.Add(new
HttpDeleteAttribute
(), new[] { "DELETE" });
Routing\RouteTemplateProviderAttributesTest.cs (1)
25
data.Add(new
HttpDeleteAttribute
());
Mvc.RoutingWebSite (2)
Controllers\CompanyController.cs (1)
41
[
HttpDelete
(Name = "RemoveCompany")]
Controllers\FriendsController.cs (1)
25
[
HttpDelete
]
VersioningWebSite (2)
Controllers\ItemsController.cs (1)
45
[
HttpDelete
]
Controllers\ItemsV2Controller.cs (1)
43
[
HttpDelete
]