I have a WebBrowser control where I'm showing a local file (htm), this works fine. I also want to set the Encoding to UTF-8. How can I do that?
I tried this solution: webbrowser encoding problem
But the webBrowser.Document is an object which doesn't have Encoding property.