1 reference to HtmlDecode
System.Web.HttpUtility (1)
System\Web\HttpUtility.cs (1)
137public static string? HtmlDecode(string? s) => HttpEncoder.HtmlDecode(s);