RehanSaeed / rehansaeed.github.io

Muhammad Rehan Saeed's Blog
https://rehansaeed.com
30 stars 6 forks source link

[Comment] ASP.NET Core Hidden Gem - QueryHelpers #55

Open RehanSaeed opened 4 years ago

RehanSaeed commented 4 years ago

https://rehansaeed.com/asp-net-core-hidden-gem-queryhelpers/

RehanSaeed commented 4 years ago

noor noor commented on 2018-10-23 20:40:00

well that's cool

zaLTys commented 3 years ago

What about an array? In the query string like : http://www.asdf.url/path/to/query?id=1&id=2&id=3

RehanSaeed commented 3 years ago

@zaLTys Good question! I suppose that wouldn't work, given that they use a dictionary. You'd have to fallback to doing it manually.