How do I decode HTML that was encoded in JS using encodeURIComponent()?

后端 未结 2 837
無奈伤痛
無奈伤痛 2020-12-29 03:09

I tried :

string decodedHtml = HttpUtility.HtmlDecode(html);

Where html is the encoded html. It seems that this does not alter the string a

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