aspnet/HttpAbstractions

Where is Base64UrlEncode ?

panost opened this issue · 2 comments

I tried to see how Base64UrlEncode and Base64UrlDecode are implemented.

It's supposed to be member of a class named "WebEncoders", but I can't find it

I have read a comment that is been migrated to corefx System.Text.Encodings.Web but isn't there also

Yes, thank you @Tratcher

This is the version that currently used in Microsoft.AspNetCore.WebUtilities.dll ?

Anyway,
If it is, I was disappointed a bit, it's just a wrapper around Convert.Base64xxx methods