C# CefSharp的使用
来源:https://www.cnblogs.com/springsnow/p/13087850.html
一、CefSharp介绍
CEF 全称是Chromium Embedded Framework(Chromium嵌入式框架),是个基于Google Chromium项目的开源Web browser控件,支持Windows, Linux, Mac平台。CEFSharp就是CEF的C#移植版本。
就是一款.Net编写的浏览器包,方便你在Winform和WPF中内嵌的Chrome浏览器组件
资源
GitHub地址:https://github.com/cefsharp/CefSharp
中文帮助文档地址:CefSharp中文帮助文档
CefSharp的WinForm样例:https://github.com/cefsharp/CefSharp/tree/master/CefSharp.WinForms.Example
gitter交流讨论区:https://gitter.im/cefsharp/CefSharp
二、安装
新建Winform项目.net版本库选择 4.5.2
.
安装nuget包,搜索包名 cefsharp.winforms 并安装
安装后项目引用如图:
多了三个引用:CefSharp; CefSharp.Core 和 CefSharp.Winforms
版权声明:本文为YES开发框架网发布内容,转载请附上原文出处连接
post YES开发框架