ASP.NET CORE Web API - delete action not firing (404 not found)
问题 I have a simply controller to CRUD operations. All actions works expect the last action named Delete which is HTTP DELETE action. When I try call delete action with example url: http://localhost/api/groups/1/attendances/10 then application returns 404 Not Found and action is not firing. In my other controllers delete action works correctly. One difference is that in others controllers I have one route attribute on controller instead of on each action. This is a problem? public class