Skip to content
Alex Maitland edited this page Dec 14, 2019 · 47 revisions

CefSharp is distributed as Nuget packages which can get installed in Visual Studio via the Nuget Package Manager. CefSharp is Windows only (a limitation of VC++ which CefSharp is built with).

To get started with CefSharp checkout the CefSharp.MinimalExample. There are basic working examples of the WinForms, WPF and OffScreen versions (c# only).

The General Usage Guide has details on many of the features currently available and is updated fairly regularly.

Nuget Packages

  • CefSharp.WinForms
  • CefSharp.Wpf
  • CefSharp.OffScreen

AnyCPU Support

For details on using CefSharp and targeting AnyCPU please see https://github.com/cefsharp/CefSharp/issues/1714


The following articles are rather outdated, they are listed here for historic reference only.

WinForms C#

WinForms VB.Net

WPF C#

WPF VB.Net

  • Quick Start Guide (This guide is outdated, if someone has a newer one please add a link).