Is there an equivalent to HttpUtility.HtmlDecode
in WinRT? I'm developing a MetroStyle app and want to decode strings that came from a XML doc.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
According to this answer from a Microsoft employee, there's currently no replacement for HtmlDecode in the WinRT that's included in the Windows 8 Developer Preview.
However, there will be a replacement in the next pre-release version of WinRT.
回答2:
Use System.Net.WebUtility instead