HTML解码不是去除里面的html代码,而是对HTML编码转换过的特殊字符再转换回去。
https://learn.microsoft.com/zh-cn/dotnet/api/system.web.httputility.htmldecode?view=net-8.0
如果你想将html代码转换成纯文本,可能需要使用正则替换的方式去除。参考: https://www.google.com/search?q=c%23+html+to+plain+text&pws=0&gl=us&gws_rd=cr