Minimal Api
Minimal Api.Extensions
RequestGroup
Endpoint Filters
- Enables validation on incoming request
Validation
using System.ComponentModel.DataAnnotations- [Required][StringLength(50)]
- [Range(1,100)]
- Used to work with MVC but needs some enablement for fluent api