如何在C#中解码URL转义字符串?

可能重复:
如何用c#解码url param

我想改变所有那些%20等。 空间等。

HttpUtility.UrlDecode(String)和HttpUtility.UrlEncodeUnicode(String)

使用

Server.UrlDecode(string);