Replies: 1 comment 1 reply
-
Good question. It's been a long time since I looked through all this code! IIRC, this is carried over from the original .Net Framework version of this library. Back in the day to access html en/decode you had to go through Since this was a class library, I couldn't guarantee that So today, this is likely a bit of technical debt. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading the project source before incorporating (through nuget) into the product i'm working on.
I have to admint that at this moment i have just a grasp about how this project work, but lot of thing still missing in the big picture in my mind.
A thing that certainly surprise me, is that i read this method that seems to implement a custom url decoder :
In OpenGraph.cs
I am really surprised about this code, why doesn't use the framework objects to do so? And why writing a decoding method that only handle '&'. I am really puzzled about that.
Beta Was this translation helpful? Give feedback.
All reactions