Is there an embeddable Webkit component for Windows / C# development?

前端 未结 11 1139
南方客
南方客 2020-12-02 04:34

I\'ve seen a few COM controls which wrap the Gecko rendering engine (GeckoFX, as well as the control shipped by Mozilla - mozctlx.dll). Is there a wrapper for Webkit that ca

相关标签:
11条回答
  • 2020-12-02 04:51

    try this one http://code.google.com/p/geckofx/ hope it ain't dupe or this one i think is better http://webkitdotnet.sourceforge.net/

    0 讨论(0)
  • 2020-12-02 04:52

    I was able to do this using CefSharp (which uses chromium browser).

    Here are a couple posts that show this in action:

    • Running Chrome inside O2
    • Video: Installing and running CefSharp (C# Chrome with WPF Browser)
    • Video: Running Chrome Natively in O2 and VisualStudio
    0 讨论(0)
  • 2020-12-02 04:55

    I've just release a pre-alpha version of CefSharp my .Net bindings for the Chromium Embedded Framework.

    Check it out and give me your thoughts: https://github.com/chillitom/CefSharp (binary libs and example available in the downloads page)

    update: Released a new version, includes the ability to bind C# objects into the DOM and more.

    update 2: no-longer alpha, lib is used in real world projects including Facebook Messenger for Windows, Rdio's Windows client and Github for Windows

    0 讨论(0)
  • 2020-12-02 05:10

    Berkelium is a C++ tool for making chrome embeddable.

    AwesomiumDotNet is a wrapper around both Berkelium and Awesomium

    BTW, the link here to Awesomium appears to be more current.

    0 讨论(0)
  • 2020-12-02 05:11

    There is OpenWebKitSharp, a fork of WebKit.NET 0.5 and very advanced. Details: http://code.google.com/p/open-webkit-sharp/

    0 讨论(0)
提交回复
热议问题