rehansaeed.github.io
rehansaeed.github.io copied to clipboard
[Comment] ASP.NET Core Hidden Gem - QueryHelpers
https://rehansaeed.com/asp-net-core-hidden-gem-queryhelpers/
noor commented on 2018-10-23 20:40:00
well that's cool
What about an array? In the query string like : http://www.asdf.url/path/to/query?id=1&id=2&id=3
@zaLTys Good question! I suppose that wouldn't work, given that they use a dictionary. You'd have to fallback to doing it manually.