1 reference to UrlDecode
System.Web.HttpUtility (1)
System\Web\HttpUtility.cs (1)
229
public static string? UrlDecode(string? str, Encoding e) => HttpEncoder.
UrlDecode
(str, e);