ASP.NET????????URL???????,??????,?????????URL??????C#?,?????System.Net.WebUtility.UrlDecode
???URL?????
??,??????????URL,???????????????:
string encodedUrl = "https://www.example.com/?param=value&anotherParam=anotherValue"; string decodedUrl = System.Net.WebUtility.UrlDecode(encodedUrl);
??,?????????URL?????:
Response.Redirect(decodedUrl);
?????????????????,URL??????