Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4,386 Commits

Repository files navigation

CefSharp Logo

Build StatusCefSharp.WinFormsCefSharp.WpfCefSharp.OffScreen

Got a quick question? Jump on Gitter

CefSharp lets you embed Chromium in .NET apps. It is a lightweight .NET wrapper around the Chromium Embedded Framework (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 licensed, so it can be used in both proprietary and free/open source applications. For the full details, see the LICENSE file.

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 guide or FAQ #8.

Documentation

Contact

If you have a simple question please start by asking it on Gitter. Please keep the Issue Tracker for Bugs only please! Before submitting a PR please read CONTRIBUTING

Stackoverflow as always is a useful resource, you can post your more complex issues here. The CefSharp Google Group is no longer active. It is however a useful resource for archived questions/answers.

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.

Note Due to so many Forks - Github can't process them through the Network Graphs Section so, if you need to do a search use the following: cefsharp fork:true and it will be able to process all of the forks.

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).

Build Status

CI Builds
Every commit on master produces a Nuget package. Use at your own risk! CefSharp MyGet Feed

Pre-release
CefSharp.Wpf

Stable
CefSharp.Wpf for either WPF or WinForms or OffScreen.

Release Branches

With each release a new branch is created, for example the 53.0.1 release corresponds to the cefsharp/53 branch. If your new to CefSharp and are downloading the source to check it out, please use a Release branch

BranchCEF VersionVC++ Version.Net VersionStatus
master302920134.5.2Development
cefsharp/57298720134.5.2Release
cefsharp/55288320134.5.2Unsupported
cefsharp/53278520134.5.2Unsupported
cefsharp/51270420134.5.2Unsupported
cefsharp/49262320134.0Unsupported
cefsharp/47252620134.0Unsupported
cefsharp/45245420134.0Unsupported
cefsharp/43235720124.0Unsupported
cefsharp/41227220124.0Unsupported
cefsharp/39217120124.0Unsupported
cefsharp/37206220124.0Unsupported

Financial Support

Creating regular releases of CefSharp is a time intensive process and so to support further development we ask if can contribute financially to the next release?

Bountysource

Links

  • CefGlue: An alternative .NET CEF wrapper built using P/Invoke.
  • ChromiumFx : Another P/Invoke .Net CEF wrapper
  • CEF Forum : The official CEF Forum
  • CEF API Docs : Well worth a read if you are implementing a new feature
  • HtmlView : Visual Studio extension bringing CefSharp for showing HTML pages inside VS.

About

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages