Use chrome as browser in C#?

前端 未结 10 2318
栀梦
栀梦 2020-12-02 10:51

Is there a way to use Google Chrome (or Safari or Firefox) as the browser in a C# application? C# now uses Internet Explorer, and the website they want to use in this progra

10条回答
  •  半阙折子戏
    2020-12-02 11:54

    You can use WebKit.NET. This is a C# wrapper for WebKit, which is the rendering engine used by Chrome.

提交回复
热议问题