特殊HTML字符

The*_*ask 2 .net c# special-characters html-entities

可能重复:
我如何解码c#中的html字符?

我有来自HTML的字符,例如:

" ' & > 
Run Code Online (Sandbox Code Playgroud)

在C#中存在本机函数以转换为您的等价物?谢谢,先进.

编辑 我正在编写一个控制台应用程序

Sim*_*ier 7

我相信HttpUtility.HtmlDecode是你正在寻找的.