System.StringExtension.HtmlDecode C# (CSharp) Méthode

HtmlDecode() public static méthode

public static HtmlDecode ( this s ) : string
s this
Résultat string
        public static string HtmlDecode(this string s)
        {
            return System.Web.HttpUtility.HtmlDecode(s);
        }