相关疑难解决方法(0)

NameValueCollection到URL查询?

我知道我能做到这一点

var nv = HttpUtility.ParseQueryString(req.RawUrl);
Run Code Online (Sandbox Code Playgroud)

但有没有办法将其转换回网址?

var newUrl = HttpUtility.Something("/page", nv);
Run Code Online (Sandbox Code Playgroud)

asp.net url namevaluecollection url-encoding

69
推荐指数
7
解决办法
4万
查看次数

标签 统计

asp.net ×1

namevaluecollection ×1

url ×1

url-encoding ×1