Problem: - Dictionary<string, string> can only have one item per key. - QueryHelpers.AddQueryString(string uri, IDictionary<string, string> queryString) support a directory. Solution: - https://github.com/dotnet/aspnetcore/issues/7945 - Implemented in 5.0.0-preview4 https://github.com/dotnet/aspnetcore/milestone/98
Problem:
Solution: