ApiEndpoints
ApiEndpoints copied to clipboard
Support routable attributes on records
Support routable attributes on records. Currently the [FromHeader], [FromQuery] attributes only work when the request is a class but not with records.
Does this work in standard ASP.NET Core MVC?