CefSharp-master

所属分类:C#编程
开发工具:C#
文件大小:1052KB
下载次数:51
上传日期:2014-06-16 17:42:54
上 传 者493409332
说明:  谷歌开源浏览器内含 winform 版本 和wpf 版本内有一定引用错误请自己配置修改
(Google open-source browser version contains winform and wpf version within a certain misquoted your own configuration changes)

文件列表:
.nuget (0, 2014-06-14)
.nuget\packages.config (122, 2014-06-14)
CONTRIBUTING.md (3411, 2014-06-14)
CefSharp.BrowserSubprocess (0, 2014-06-14)
CefSharp.BrowserSubprocess\CefSharp.BrowserSubprocess.csproj (5459, 2014-06-14)
CefSharp.BrowserSubprocess\Program.cs (743, 2014-06-14)
CefSharp.BrowserSubprocess\Properties (0, 2014-06-14)
CefSharp.BrowserSubprocess\Properties\AssemblyInfo.cs (696, 2014-06-14)
CefSharp.BrowserSubprocess\app.config (141, 2014-06-14)
CefSharp.Core (0, 2014-06-14)
CefSharp.Core\AssemblyInfo.cpp (1059, 2014-06-14)
CefSharp.Core\BrowserCore.h (4579, 2014-06-14)
CefSharp.Core\BrowserSettings.h (12094, 2014-06-14)
CefSharp.Core\Cef.h (15519, 2014-06-14)
CefSharp.Core\CefAppWrapper.cpp (550, 2014-06-14)
CefSharp.Core\CefSettings.h (5382, 2014-06-14)
CefSharp.Core\CefSharp.Core.vcxproj (16394, 2014-06-14)
CefSharp.Core\CefSharp.Core.vcxproj.filters (4591, 2014-06-14)
CefSharp.Core\Internals (0, 2014-06-14)
CefSharp.Core\Internals\CefRequestWrapper.cpp (2922, 2014-06-14)
CefSharp.Core\Internals\CefRequestWrapper.h (1107, 2014-06-14)
CefSharp.Core\Internals\CefSharpApp.h (3087, 2014-06-14)
CefSharp.Core\Internals\CefWebPluginInfoWrapper.cpp (861, 2014-06-14)
CefSharp.Core\Internals\CefWebPluginInfoWrapper.h (894, 2014-06-14)
CefSharp.Core\Internals\ClientAdapter.cpp (18140, 2014-06-14)
CefSharp.Core\Internals\ClientAdapter.h (7082, 2014-06-14)
CefSharp.Core\Internals\CookieVisitor.cpp (1445, 2014-06-14)
CefSharp.Core\Internals\CookieVisitor.h (730, 2014-06-14)
CefSharp.Core\Internals\DownloadAdapter.h (1879, 2014-06-14)
CefSharp.Core\Internals\JavascriptBinding (0, 2014-06-14)
CefSharp.Core\Internals\JavascriptBinding\BindingHandler.cpp (19066, 2014-06-14)
CefSharp.Core\Internals\JavascriptBinding\BindingHandler.h (1811, 2014-06-14)
CefSharp.Core\Internals\JavascriptBinding\JavascriptProxySupport.h (701, 2014-06-14)
CefSharp.Core\Internals\JavascriptBinding\PropertyAccessor.h (4266, 2014-06-14)
CefSharp.Core\Internals\JavascriptBinding\UnmanagedWrapper.h (2120, 2014-06-14)
CefSharp.Core\Internals\MCefRefPtr.h (2879, 2014-06-14)
CefSharp.Core\Internals\RenderClientAdapter.h (7444, 2014-06-14)
... ...

# CefSharp - Embedded Chromium for .NET This project contains .NET CLR bindings for The [Chromium Embedded Framework (CEF)](http://code.google.com/p/chromiumembedded/ "Google Code") by Marshall A. Greenblatt. A small [Core](https://github.com/cefsharp/CefSharp/tree/master/CefSharp.Core) of the bindings are written in C++/CLI but the majority of code here is C#. It can of course be used from any CLR language, e.g. C# or VB. CefSharp provides both WPF and WinForms web browser control implementations. 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 using this library; they are (at this moment) the best "documentation" of features. In addition see the [CefSharp.MinimalExample](https://github.com/cefsharp/CefSharp.MinimalExample/) repo for how CefSharp can actually be used via NuGet packages. This project is [BSD](http://www.opensource.org/licenses/bsd-license.php "BSD License") licensed, which means that it can be used from both proprietary and free/open source applications. For the full details, see the [LICENSE](LICENSE) file. # Documentation & mailing list Apart from code samples mentioned above work-in-progress documentation can be found [in the wiki](https://github.com/cefsharp/CefSharp/wiki). If something is missing/incomplete, please don't hesitate to ask at the [CefSharp Google Group](https://groups.google.com/forum/#!forum/cefsharp). You might also find help by searching the archive to that same Google Group for previous questions. # Binary Release Binary releases contain everything needed to embed Chromium in your CLR application. - **Pre-release** - CefSharp-3.29.0-pre.0 Currently only available as a WPF [NuGet](http://www.nuget.org/packages/CefSharp.Wpf/3.29.0-pre0). NuGet is CefSharp's new primary (only?) binary delivery mechanism. * **Stable** (.NET 4): CefSharp-1.25.7 - [binaries](https://github.com/cefsharp/CefSharp/releases/download/v1.25.7/CefSharp-v1.25.7-binaries.zip), [source](https://github.com/cefsharp/CefSharp/archive/v1.25.7.zip), + [WPF](http://www.nuget.org/packages/CefSharp.Wpf/) or [WinForms](http://www.nuget.org/packages/CefSharp.WinForms/) NuGet's. Based on Chromium 25.0.13***.152 * **Legacy** (older release, works with .NET 2. Requires [7-Zip](http://www.7-zip.org/) to extract.): [CefSharp-1.25.0](http://sourceforge.net/projects/cefsharp/files/CefSharp-1.25.0.7z/download). Based on Chromium 25.0.13***.152 See the [SF Downloads](https://sourceforge.net/projects/cefsharp/files/) page for even older releases. Please note that the latest Stable release, *or preferably the new CEF3 Pre-release getting out of beta real-soon-now*, is the only version officially supported; it's very unlikely that we will fix bugs in older releases. # Branches & Forks * Development is done in the `master` branch, which *used to be called* `CefSharp3` during the development cycle. New features are preferably added in feature branches, if the changes are more than trivial. * Ultra-stable/LTS work is done in `CefSharp1`. * [The CefSharp GitHub project page](https://github.com/cefsharp/CefSharp) is the recommended starting place. 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). # Links - [CefGlue](https://bitbucket.org/fddima/cefglue/wiki/Home): An alternative .NET CEF wrapper built using P/Invoke.

近期下载者

相关文件


收藏者