Embed Firefox/Gecko in WPF/C#

前端 未结 5 1684
野的像风
野的像风 2021-02-03 12:30

I want to embed the current Gecko in my WPF-Project. I know there is the possibility with the Winforms-Host and the Skybound-Gecko-Library.

But I do not use the standard

5条回答
  •  不知归路
    2021-02-03 12:57

    You should have a look at these options, they all use Chromium:

    paid: (Awesomium-based)

    • http://awesomium.com/ (is free for startups)
    • http://wpfchromium4.codeplex.com/ (uses awesomium)

    free: (Chrome Embedded Framework-based)

    • https://github.com/chillitom/CefSharp (provides WinForms and WPF, but uses CEF1)
    • https://bitbucket.org/xilium/xilium.cefglue/wiki/Home (uses CEF3, and therefore supports Chrome's multi-process model, flash plugin, and WebGL)

提交回复
热议问题