Closed CrahunGit closed 1 month ago
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?
Support routable attributes on records. Currently the [FromHeader], [FromQuery] attributes only work when the request is a class but not with records.