开发者

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

开发者 https://www.devze.com 2023-01-18 01:10 出处:网络
This question already has answers here: 开发者_开发问答 Closed 12 years ago. Possible Duplicate: how to decode url param with c#
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

精彩评论

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