Back to Practical Aspnetcore

Explicit JSON body parameter binding

projects/minimal-api/parameter-binding-json-explicit/README.md

latest129 B
Original Source

Explicit JSON body parameter binding

This shows how to bind a JSON request body to a parameter using [FromBody] attribute.