rehansaeed.github.io icon indicating copy to clipboard operation
rehansaeed.github.io copied to clipboard

[Comment] ASP.NET Core Hidden Gem - QueryHelpers

Open RehanSaeed opened this issue 5 years ago • 3 comments

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

RehanSaeed avatar May 12 '20 09:05 RehanSaeed

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

well that's cool

RehanSaeed avatar May 12 '20 09:05 RehanSaeed

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

zaLTys avatar Feb 14 '21 19:02 zaLTys

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

RehanSaeed avatar Feb 15 '21 08:02 RehanSaeed