Back to Practical Aspnetcore

Form Validation on Minimal API

projects/net10/validation-3/README.md

latest245 B
Original Source

Form Validation on Minimal API

This is a demo that show how built-in validation works in [FromForm] scenario but it can't really be used in a straight HTML serving scenario because right now there is no way to obtain the validation results.