2 references to UnescapePercentEncoding
Microsoft.AspNetCore.Http.Abstractions (2)
src\Shared\UrlDecoder\UrlDecoder.cs (2)
100
var byte1 =
UnescapePercentEncoding
(ref sourceIndex, buffer, isFormEncoding);
161
var nextByte =
UnescapePercentEncoding
(ref nextSourceIndex, buffer, isFormEncoding);