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