Back to Practical Aspnetcore

Validation on Minimal API based on route parameter bound to complex object

projects/net10/validation-1/README.md

latest185 B
Original Source

Validation on Minimal API based on route parameter bound to complex object

This example shows how the to validate complex object bound with the route via [AsParameter] attribute.