1、关于CefSharp

装一手,比较简单的英语
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.

自己总结的:
CefShar是一个提供了Chromium Embedded Framework (CEF)的.NET接口的开源项目,提供了Winform、WPF封装,可以用来代替微软的WebBrowser,浏览网页,尤为强大的是实现了C#、VB等vs支持的语言与JavaScript的交互方法。

2、CefSharp项目源码下载

3、Winfrom项目引入CefSharp

网友评论