ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.
MIT License
3.13k stars 227 forks source link

Support routable attributes on records #164

Closed CrahunGit closed 1 month ago

CrahunGit commented 3 years ago

Support routable attributes on records. Currently the [FromHeader], [FromQuery] attributes only work when the request is a class but not with records.

ardalis commented 2 years ago

Does this work in standard ASP.NET Core MVC?