2 references to UrlDecode
System.Web.HttpUtility (2)
System\Web\HttpUtility.cs (1)
231private static string UrlDecode(ReadOnlySpan<char> str, Encoding e) => HttpEncoder.UrlDecode(str, e);
System\Web\Util\HttpEncoder.cs (1)
313return UrlDecode(value.AsSpan(), encoding);