ApiEndpoints icon indicating copy to clipboard operation
ApiEndpoints copied to clipboard

Support routable attributes on records

Open CrahunGit opened this issue 4 years ago • 1 comments

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

CrahunGit avatar Nov 11 '21 20:11 CrahunGit

Does this work in standard ASP.NET Core MVC?

ardalis avatar Jan 17 '22 21:01 ardalis