HTTP Methods in Web API — a practical guide to ASP.NET Web API HTTP methods with clear examples you can reuse in real projects.
ASP & ASP.NET Tutorial Series (152/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
Don�t use GET for state-changing operations.
Methods tip
GET read
POST create
PUT replace
PATCH partial
DELETE remove