[Solved] HTML5 for c# Web Browser [closed]


I’ll try to answer your question by assuming you’re asking about the WebBrowser class.

If you’re trying to say that you used a WebBrowser class to read HTML pages but it doesn’t read HTML5 pages, it could be because your IE version doesn’t support HTML5. Did you install IE9? WebBrowser simply wraps the IE installed in your computer.

1

solved HTML5 for c# Web Browser [closed]