2 references to UnescapePercentEncoding
Microsoft.AspNetCore.Components (2)
src\Shared\UrlDecoder\UrlDecoder.cs (2)
438var codeUnit1 = UnescapePercentEncoding(ref sourceIndex, buffer); 497var nextCodeUnit = UnescapePercentEncoding(ref nextSourceIndex, buffer);