Set WPF webbrowser control to use IE10 mode

前端 未结 3 1755
清歌不尽
清歌不尽 2020-12-01 18:50

How can i set the WPF webbrowser controls to render pages in iE10 mode or the higher version installed on machine . By default if i create a .net 4 or .net 4.5 application o

3条回答
  •  [愿得一人]
    2020-12-01 19:03

    You can use the registry as described here:

    http://msdn.microsoft.com/en-us/library/ie/ee330730%28v=vs.85%29.aspx

    EDIT: for a better explanation you can read this answer too Will the IE9 WebBrowser Control Support all of IE9's features, including SVG?

提交回复
热议问题