CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.05k stars 172 forks source link

Bind querystring to array #277

Closed jchannon closed 2 years ago

jchannon commented 3 years ago

Fix #276

jchannon commented 2 years ago

No need for PR - can use var id = ctx.Request.Query.AsMultiple<int>("id");