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