I know i can do this
var nv = HttpUtility.ParseQueryString(req.RawUrl);
But is there a way to convert this back to a url?
v
In AspNet Core 2.0 you can use QueryHelpers AddQueryString method.