Senparc.Weixin.HttpUtility.RequestUtility.HtmlDecode C# (CSharp) Méthode

HtmlDecode() public static méthode

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