Set WPF webbrowser control to use IE10 mode

If you don’t want to modify the registry and you control the webpage, you can use the

<meta http-equiv="X-UA-Compatible" content="IE=10">

tag in the document’s head. I believe it has to be first or immediately following <title> in order to work.

Leave a Comment