HttpUtility.HtmlDecode not decoding spaces?

前端 未结 2 1978
广开言路
广开言路 2021-02-13 10:52

I have this

 string test =  HttpUtility.HtmlDecode(\"http://test.com/Folder1/Folder2/my%20view.aspx\");

When I look into test it still has %20

2条回答
提交回复
热议问题