Back to Practical Aspnetcore

Handle multiple HTTP Verbs with JSON model binder

projects/minimal-api/map-methods/README.md

latest213 B
Original Source

Handle multiple HTTP Verbs with JSON model binder

This shows how to setup MapMethods to handle multiple HTTP Verbs request and with JSON model binder. In this sample we send 'PUT', 'POST' and 'PATCH' verbs.