Senparc.Weixin.HttpUtility.RequestUtility.HtmlDecode C# (CSharp) Method

HtmlDecode() public static method

封装System.Web.HttpUtility.HtmlDecode
public static HtmlDecode ( this html ) : string
html this
return string
        public static string HtmlDecode(this string html)
        {
            return System.Web.HttpUtility.HtmlDecode(html);
        }
        /// <summary>