Any reason to prefer CefSharp over CefGlue (or vice-versa)?

后端 未结 4 1587
别那么骄傲
别那么骄傲 2021-02-01 12:21

In the realm of providing a decent implementation of the Chromium Embedded Framework (CEF) for .Net, the two leading options appear to be CefSharp and CefGlue. They differ in a

4条回答
  •  故里飘歌
    2021-02-01 13:22

    To complete Artem's answer, CefSharp only provides basic javascript integration with C# whereas CefGlue offers a much complete integration solution by exposing all javascript bindings offered by CEF.

    Regarding Nugets package, I just created CEFGlue nuget packages for .Net 4.5 targeting 3.2272.2035 CEF version : Unofficial.CefGlue.WPF and Unofficial.CefGlue.WindowsForm.

提交回复
热议问题