Skip to content

boydlee/CefSharp

 
 

Repository files navigation

CefSharp - Embedded Chromium for .Net

This project contains .Net CLR bindings for The Chromium Embedded Framework (CEF) by Marshall A. Greenblatt. The bindings are written in C++/CLI but can be used from any CLR language e.g. C# or VB. See the CefSharp.WinFormsExample or CefSharp.WpfExample projects example web browsers built using this library.

This project is BSD licensed.

Binary Releases

Binary release builds contains everything that you need to embed Chromium in your CLR application. You will need the [7-Zip archiver](http://www.7-zip.org/ 7-Zip) to extract.

Quick Start

CefSharp requires the following files to be present in the same directory as either CefSharp.WinForms.dll or CefSharp.Wpf.dll:

  • libcef.dll
  • icudt.dll
  • chrome.pak
  • locales/

Additional DLLs may be needed for additional chromium functionality (audio, video, WebGL, etc).

Links

About

.Net binding for the Chromium Embedded Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published