Use latest version of Internet Explorer in the webbrowser control

后端 未结 13 1400
长发绾君心
长发绾君心 2020-11-21 23:29

The default version of the webbrowser control in a C# Windows Forms application is 7. I have changed to 9 by the article Browser Emulation, but how is it possible t

13条回答
  •  执念已碎
    2020-11-22 00:11

    It is best to force the highest mode possible. That can be accomplished by adding:

    
    

    and it is always good to include the polyfill library in order to support IE:

    
    

    before any script.

提交回复
热议问题