开发者

How can I decode a URL escape string in C#? [duplicate]

This question already has answers here: 开发者_开发问答 Closed 12 years ago.

Possible Duplicate:

how to decode url param with c#

I want to change all those %20 ect. to spaces ect.


HttpUtility.UrlDecode(String) and HttpUtility.UrlEncodeUnicode(String)


Use

Server.UrlDecode(string);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜