Relative Content

Tag Archive for c#asp.net-corerouteshttp-delete

ASP.NET Core : DELETE route handler not working

I am trying to learn how to create REST API using ASP.NET Core, and I’ve managed to create working GET and POST requests, but for some reason, the DELETE request is not working. What am I missing?

ASP.NET Core : DELETE route handler not working

I am trying to learn how to create REST API using ASP.NET Core, and I’ve managed to create working GET and POST requests, but for some reason, the DELETE request is not working. What am I missing?