You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Routing currently has it's own code for building a query string from key-value pairs. It would be great to have an API like this in http abstractions so we don't end up repeating ourselves.
Routing currently has it's own code for building a query string from key-value pairs. It would be great to have an API like this in http abstractions so we don't end up repeating ourselves.
See: https://github.com/aspnet/Routing/blob/dev/src/Microsoft.AspNet.Routing/Template/TemplateBinder.cs#L221
The text was updated successfully, but these errors were encountered: