简介:
CefSharp让您在.NET应用程序中嵌入Web程序。它是基于Google引擎而的开源框架。
运行环境: .net framework **环境和 vc++ 2013 runtime (x86/x64)**
配置CefSharp
通过 NuGet 包来使用:
例如:
安装版本为 39.0.1 的 CefSharp.WinForms 程序包
Install-Package CefSharp.WinForms -Version 39.0.1
手动配置:
引用:
CefSharp.dll
CefSharp.Core.dll
CefSharp.WinForms.dll
拷贝以下dll到debug目录下:

编写第一段CefSharp代码