[![CefSharp Logo](logo.png)](https://cefsharp.github.io/ "CefSharp - Embedded Chromium for .NET")
[![Build status](https://ci.appveyor.com/api/projects/status/9g4mcuqruc283g66/branch/master?svg=true)](https://ci.appveyor.com/project/cefsharp/cefsharp/branch/master)
[![CefSharp.WinForms](https://img.shields.io/nuget/v/CefSharp.WinForms.svg?style=flat&label=WinForms)](https://www.nuget.org/packages/CefSharp.WinForms/)
[![CefSharp.Wpf](https://img.shields.io/nuget/v/CefSharp.Wpf.svg?style=flat&label=Wpf)](https://www.nuget.org/packages/CefSharp.Wpf/)
[![CefSharp.OffScreen](https://img.shields.io/nuget/v/CefSharp.OffScreen.svg?style=flat&label=OffScreen)](https://www.nuget.org/packages/CefSharp.OffScreen/)
Got a quick question? Jump on [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cefsharp/CefSharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[CefSharp](https://cefsharp.github.io/) lets you embed Chromium in .NET apps. It is a lightweight .NET wrapper around the [Chromium Embedded Framework (CEF)](https://bitbucket.org/chromiumembedded/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](https://opensource.org/licenses/BSD-3-Clause "BSD License") licensed, so it can be used in both proprietary and free/open source applications. For the full details, see the [LICENSE](LICENSE) file.
If you like and use CefSharp please consider signing up for a small monthly donation, even $25 can help tremendously. See [Financial Support](#Financial-Support) for more details.
## Releases
Stable binaries are released on NuGet, and contain everything you need to embed Chromium in your .Net/CLR application. For usage see the [Quick Start](https://github.com/cefsharp/CefSharp/wiki/Quick-Start) guide or [FAQ #8](https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions#CefSharp_binaries).
- [CefSharp.WinForms](https://www.nuget.org/packages/CefSharp.WinForms/)
- [CefSharp.Wpf](https://www.nuget.org/packages/CefSharp.Wpf/)
- [CefSharp.OffScreen](https://www.nuget.org/packages/CefSharp.OffScreen/)
## Documentation
* See the [CefSharp.Wpf.Example](https://github.com/cefsharp/CefSharp/tree/master/CefSharp.Wpf.Example) or [CefSharp.WinForms.Example](https://github.com/cefsharp/CefSharp/tree/master/CefSharp.WinForms.Example) projects for example web browsers built with CefSharp. They demo most of the available features.
* See the [CefSharp.MinimalExample](https://github.com/cefsharp/CefSharp.MinimalExample/) project for a basic demo of using the CefSharp NuGet packages.
* See the [General Usage Guide](https://github.com/cefsharp/CefSharp/wiki/General-Usage) in help getting started/dealing with common scenarios.
* See the [Wiki](https://github.com/cefsharp/CefSharp/wiki) for work-in-progress documentation
* See the [FAQ](https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions) for help with common issues
* Upgrading from an earlier version of CefSharp? See the [ChangeLog](https://github.com/cefsharp/CefSharp/wiki/ChangeLog) for breaking changes and upgrade tips.
* [CefSharp API](https://cefsharp.github.io/api/55.0.0/) generated from the source code comments.
## Contact
If you have a very simple question please start by asking it on [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cefsharp/CefSharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge). Please keep the `Issue Tracker` for **Bugs** only please! Before submitting a `PR` please read [CONTRIBUTING](https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md)
[Stackoverflow](https://stackoverflow.com/questions/tagged/cefsharp) is generally where questions should be asked, please search before posting, thanks!
## Branches & Forks
This is the `official` CefSharp fork, as maintained by the CefSharp community. You can also view [the entire network of public forks/branches](https://github.com/cefsharp/CefSharp/network).
Development is done in the `master` branch. New features are preferably added in feature branches, if the changes are more than trivial. New `PR's` should be targeted against `master`.
When a new release is imminent a `release` branch is created. We try to avoid making public facing `API` changes in `release` branches (Adding new features is fine, just not breaking changes).
### Releases
**CI Builds**<br/>
Every commit on `master` produces a `Nuget` package. Use at your own risk!
- [![MyGet Pre Release](https://img.shields.io/myget/cefsharp/v/CefSharp.WinForms.svg?style=flat&label=WinForms)](https://www.myget.org/feed/cefsharp/package/nuget/CefSharp.WinForms)
- [![MyGet Pre Release](https://img.shields.io/myget/cefsharp/v/CefSharp.Wpf.svg?style=flat&label=Wpf)](https://www.myget.org/feed/cefsharp/package/nuget/CefSharp.Wpf)
- [![MyGet Pre Release](https://img.shields.io/myget/cefsharp/v/CefSharp.OffScreen.svg?style=flat&label=OffScreen)](https://www.myget.org/feed/cefsharp/package/nuget/CefSharp.OffScreen)
**Pre-release**<br>
- [![CefSharp.WinForms](http://img.shields.io/nuget/vpre/CefSharp.WinForms.svg?style=flat&label=WinForms)](http://www.nuget.org/packages/CefSharp.WinForms/)
- [![CefSharp.Wpf](http://img.shields.io/nuget/vpre/CefSharp.Wpf.svg?style=flat&label=Wpf)](http://www.nuget.org/packages/CefSharp.Wpf/)
- [![CefSharp.OffScreen](http://img.shields.io/nuget/vpre/CefSharp.OffScreen.svg?style=flat&label=OffScreen)](http://www.nuget.org/packages/CefSharp.OffScreen/)
**Stable**<br>
- [![CefSharp.WinForms](http://img.shields.io/nuget/v/CefSharp.WinForms.svg?style=flat&label=WinForms)](http://www.nuget.org/packages/CefSharp.WinForms/)
- [![CefSharp.Wpf](http://img.shields.io/nuget/v/CefSharp.Wpf.svg?style=flat&label=Wpf)](http://www.nuget.org/packages/CefSharp.Wpf/)
- [![CefSharp.OffScreen](http://img.shields.io/nuget/v/CefSharp.OffScreen.svg?style=flat&label=OffScreen)](http://www.nuget.org/packages/CefSharp.OffScreen/)
### Release Branches
With each release a new branch is created, for example the `73.1.130` release corresponds to the `cefsharp/73` branch.
If you're new to `CefSharp` and are downloading the source to check it out, please use a **Release** branch
| Branch | CEF Version | VC++ Version | .Net Version | Status |
|----------------------------------------------------------------------|------|------|-------|-----------------|
| [master](https://github.com/cefsharp/CefSharp/) | 3770 | 2015 | 4.5.2 | Development |
| [cefsharp/75](https://github.com/cefsharp/CefSharp/tree/cefsharp/75) | 3770 | 2015 | 4.5.2 | **Pre-Release** |
| [cefsharp/73](https://github.com/cefsharp/CefSharp/tree/cefsharp/73) | 3683 | 2015 | 4.5.2 | **Release** |
| [cefsharp/71](https://github.com/cefsharp/CefSharp/tree/cefsharp/71) | 3578 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/69](https://github.com/cefsharp/CefSharp/tree/cefsharp/69) | 3497 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/67](https://github.com/cefsharp/CefSharp/tree/cefsharp/67) | 3396 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/65](https://github.com/cefsharp/CefSharp/tree/cefsharp/65) | 3325 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/63](https://github.com/cefsharp/CefSharp/tree/cefsharp/63) | 3239 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/62](https://github.com/cefsharp/CefSharp/tree/cefsharp/62) | 3202 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/57](https://github.com/cefsharp/CefSharp/tree/cefsharp/57) | 2987 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/55](https://github.com/cefsharp/CefSharp/tree/cefsharp/55) | 2883 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/53](https://github.com/cefsharp/CefSharp/tree/cefsharp/53) | 2785 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/51](https://github.com/cefsharp/CefS
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
CefSharp-75.1.143.zip (715个子文件)
Resource.aps 2KB
Resource.aps 2KB
Build.bat 270B
buildhelp.bat 157B
run_tests.bat 65B
ChromiumWebBrowser.bmp 822B
crash_reporter.cfg 1KB
crash_reporter.cfg 1KB
crash_reporter.cfg 1KB
CefSharp3.ChildProcessDbgSettings 246B
packages.config 769B
packages.config 488B
NuGet.config 379B
app.config 359B
packages.config 331B
packages.config 331B
app.config 143B
app.config 143B
app.config 143B
app.config 143B
packages.config 134B
packages.config 134B
app.config 130B
ClientAdapter.cpp 53KB
CefAppUnmanagedWrapper.cpp 30KB
CefBrowserHostWrapper.cpp 18KB
CefFrameWrapper.cpp 9KB
V8Serialization.cpp 9KB
TypeUtils.cpp 8KB
RequestContext.cpp 8KB
V8Serialization.cpp 7KB
ManagedCefBrowserAdapter.cpp 6KB
Frame.cpp 6KB
Primitives.cpp 5KB
CefRequestWrapper.cpp 5KB
CefSharpBrowserWrapper.cpp 5KB
JavascriptCallbackProxy.cpp 4KB
CefContextMenuParamsWrapper.cpp 4KB
Browser.cpp 4KB
ObjectsSerialization.cpp 3KB
CookieManager.cpp 3KB
JsObjectsSerialization.cpp 3KB
JsObjectsSerialization.cpp 3KB
WcfEnabledSubProcess.cpp 3KB
JavascriptAsyncMethodHandler.cpp 3KB
ResourceHandlerWrapper.cpp 3KB
JavascriptMethodHandler.cpp 2KB
JavascriptRootObjectWrapper.cpp 2KB
JavascriptObjectWrapper.cpp 2KB
CefExtensionWrapper.cpp 2KB
CefRequestContextHandlerAdapter.cpp 2KB
CefValueWrapper.cpp 2KB
NativeMethodWrapper.cpp 2KB
CefUrlRequestClientAdapter.cpp 2KB
JavascriptAsyncMethodCallback.cpp 1KB
JavascriptCallbackRegistry.cpp 1KB
AssemblyInfo.cpp 1KB
JavascriptAsyncObjectWrapper.cpp 1KB
JavascriptPropertyWrapper.cpp 1KB
JavascriptMethodWrapper.cpp 908B
AssemblyInfo.cpp 888B
JavascriptAsyncMethodWrapper.cpp 789B
CefUrlRequestWrapper.cpp 676B
JavascriptCallbackFactory.cpp 528B
CookieVisitor.cpp 510B
StringVisitor.cpp 360B
Stdafx.cpp 189B
Stdafx.cpp 34B
ChromiumWebBrowser.cs 103KB
WebBrowserExtensions.cs 50KB
ChromiumWebBrowser.cs 43KB
ChromiumWebBrowser.cs 41KB
ResourceHandler.cs 41KB
Resources.Designer.cs 38KB
CefErrorCode.cs 36KB
BindObjectTests.cs 35KB
BrowserForm.Designer.cs 26KB
IBrowserHost.cs 23KB
JavascriptObjectRepository.cs 23KB
BrowserForm.cs 21KB
IMenuModel.cs 18KB
BrowserTabUserControl.cs 17KB
IRequestContext.cs 17KB
CefExample.cs 17KB
RequestHandler.cs 15KB
IWebBrowser.cs 13KB
ChromiumWebBrowserWithTouchSupport.cs 13KB
WpfIMEKeyboardHandler.cs 13KB
ParentFormMessageInterceptor.cs 12KB
DefaultRequestHandler.cs 12KB
PopupAsChildHelper.cs 12KB
IRequestHandler.cs 11KB
BoundObject.cs 11KB
VirtualKeys.cs 11KB
MainWindow.xaml.cs 11KB
BrowserTabView.xaml.cs 10KB
DefaultBinder.cs 10KB
DefaultRenderHandler.cs 10KB
SimpleBrowserForm.Designer.cs 10KB
IResourceRequestHandler.cs 10KB
共 715 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8
资源评论
南门二A
- 粉丝: 2
- 资源: 26
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- asp.net 原生js代码及HTML实现多文件分片上传功能(自定义上传文件大小、文件上传类型)
- whl@pip install pyaudio ERROR: Failed building wheel for pyaudio
- Constantsfd密钥和权限集合.kt
- 基于Java的财务报销管理系统后端开发源码
- 基于Python核心技术的cola项目设计源码介绍
- 基于Python及多语言集成的TSDT软件过程改进设计源码
- 基于Java语言的歌唱比赛评分系统设计源码
- 基于JavaEE技术的课程项目答辩源码设计——杨晔萌、李知林、岳圣杰、张俊范小组作品
- 基于Java原生安卓开发的蔚蓝档案娱乐应用设计源码
- 基于Java、Vue、JavaScript、CSS、HTML的毕设设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功