I’m loading a web page System.Net.WebClient. Page is in ISO-8859-1 encoding.
If I write it to file and then open, I can see all characters normally.
But if I put this content into HtmlAgilityPack and then extract innerText property,
I’m getting some special letter encoded as å and ö .
How to convert them to normal representation?
Use the
HttpUtility.HtmlDecodemethod