1、關(guān)于CefSharp
裝一手,比較簡(jiǎn)單的英語
CefSharp lets you embed Chromium in .NET apps. It is a lightweight .NET wrapper around the Chromium Embedded Framework (CEF) by Marshall A. Greenblatt. About 30% of the bindings are written in C++/CLI with the majority of code here is C#. It can be used from C# or VB, or any other CLR language. CefSharp provides both WPF and WinForms web browser control implementations.
CefSharp is BSD licensed, so it can be used in both proprietary and free/open source applications. For the full details, see the LICENSE file.
自己總結(jié)的:
CefShar是一個(gè)提供了Chromium Embedded Framework (CEF)的.NET接口的開源項(xiàng)目,提供了Winform、WPF封裝,可以用來代替微軟的WebBrowser,瀏覽網(wǎng)頁,尤為強(qiáng)大的是實(shí)現(xiàn)了C#、VB等vs支持的語言與JavaScript的交互方法。
2、CefSharp項(xiàng)目源碼下載
源碼下載 github托管地址 目前最新v53.0.1
源碼結(jié)構(gòu)介紹構(gòu)建基于Chromium的應(yīng)用程序 - 貓不理餅