★ wanayoo — archive 1999 https://github.com/cefsharp/CefSharpNouvelle recherche | Portail wanayoo
Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
Failed to load latest commit information.
CefSharp.BrowserSubprocess.Core Upgrade to 3.2171.1979
CefSharp.BrowserSubprocess Update app.manifest to version 39
CefSharp.Core Fix problem where stream was being closed and subsequent read attempt…
CefSharp.Example Add --enable-media-stream to CefExample (how to enable webrtc)
CefSharp.OffScreen.Example #785: Add a using to OffScreen.Example, now that Offscreen browser is…
CefSharp.OffScreen Fix comment spelling error.
CefSharp.Test Upgrade to 3.2171.1979
CefSharp.WinForms.Example Tooltips not displaying in WinForms control (#789) - Added entry to a…
CefSharp.WinForms.Test 1.25.2 coming up.
CefSharp.WinForms #785: Fix IDisposable pattern usage in WinForms ChromiumWebBrowser an…
CefSharp.Wpf.Example Merge branch 'feature/2171-drag-drop' of https://github.com/Bodekaer/…
CefSharp.Wpf #785: Fix IDisposable pattern usage in WPF ChromiumWebBrowser by:
CefSharp Remove IMouseEvent interface - served no real purpose
NuGet Add rough outline of Readme.txt to nuget package
old move current tests into old/
.gitattributes add *.vcproj to .gitattributes
.gitignore Add DPI-Aware Manifests for High DPI Support
Build.bat Added build.bat script for slightly more convenient NuGet compiling
CONTRIBUTING.md Update CONTRIBUTING.md
CefSharp.Native.props Re-Add CefSharp.Native.props - needed for browser subprocess
CefSharp.props Revert "More DRY with $(CefSdkDir)"
CefSharp.snk - BrowserControl now derived from Control.
CefSharp3.sln Add rough outline of Readme.txt to nuget package
CefSharp3.sln.DotSettings Revert "Small case and space changes"
LICENSE ...and also refer to just "the CefSharp Authors", since the CefSharp …
NuGet.config Added myget feed to NuGet.config (Uploaded latest redist/sdk pages to…
README.WPF.md correction -> new CefSettings not new Settings
README.md Updated to reflect release of 37.0.0
afterbuild.example.ps1 add after build script example that shows how to automatically upload…
appveyor.yml Now that `2171` is the master build output the nuget packages to the …
build.ps1 Update build.ps1 to reference 3.2171.1972

README.md

CefSharp - Embedded Chromium for .NET

This project contains .NET CLR bindings for The Chromium Embedded Framework (CEF) by Marshall A. Greenblatt. A small 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 or 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 repo for how CefSharp can actually be used via NuGet packages.

This project is BSD licensed, which means that it can be used from both proprietary and free/open source applications. For the full details, see the LICENSE file.

Documentation, Contact etc.

Apart from code samples mentioned above work-in-progress documentation can be found in the wiki. If something is missing/incomplete, please don't hesitate to ask on StackOverflow or in the CefSharp Google Group. You might also find help by searching the archive to that same Google Group for previous questions.

NuGet Packages

Binary releases contain everything needed to embed Chromium in your .Net/CLR application. For usage see FAQ #8 item.

Stable
CefSharp.Wpf for either WPF or WinForms based on Chromium 37 now including JS Binding.

Ultra stable/LTS Read "He's dead Jim", based on Chromium 25. See the CefSharp1 branch README for CefSharp1 info. Please note that this version is no longer supported.

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 sources are in CefSharp1.
  • The CefSharp GitHub project page 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.

Links

  • CefGlue: An alternative .NET CEF wrapper built using P/Invoke.
Something went wrong with that request. Please try again.