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

前端 未结 11 1180
南方客
南方客 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: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

提交回复
热议问题