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