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