1 reference to HtmlDecode
System.Web.HttpUtility (1)
System\Web\HttpUtility.cs (1)
139
public static void HtmlDecode(string? s, TextWriter output) => HttpEncoder.
HtmlDecode
(s, output);