HttpUtility 类包含用于 HTML 编码字符串的编码和解码实用工具方法。
string res = WebUtility.HtmlDecode(string);
string res = WebUtility.HtmlEncode(string);