2019-05-30 20:50:22 -05:00
[](https://cefsharp.github.io/ "CefSharp - Embedded Chromium for .NET")
2012-02-18 22:14:34 -08:00
2017-11-29 22:29:06 +02:00
[](https://ci.appveyor.com/project/cefsharp/cefsharp/branch/master)
2019-05-30 20:50:22 -05:00
[](https://www.nuget.org/packages/CefSharp.WinForms/)
[](https://www.nuget.org/packages/CefSharp.Wpf/)
2022-01-05 13:13:54 +10:00
[](https://www.nuget.org/packages/CefSharp.Wpf.HwndHost/)
2019-05-30 20:50:22 -05:00
[](https://www.nuget.org/packages/CefSharp.OffScreen/)
2016-01-04 17:19:53 +10:00
2021-11-25 17:23:49 +10:00
Got a quick question? [Discussions ](https://github.com/cefsharp/CefSharp/discussions ) here on `GitHub` is the preferred place to ask!
2014-04-05 08:30:44 +02:00
2019-05-30 20:50:22 -05:00
[CefSharp ](https://cefsharp.github.io/ ) lets you embed Chromium in .NET apps. It is a lightweight .NET wrapper around the [Chromium Embedded Framework (CEF) ](https://bitbucket.org/chromiumembedded/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.
2012-02-18 22:14:34 -08:00
2019-05-30 20:50:22 -05:00
CefSharp is [BSD ](https://opensource.org/licenses/BSD-3-Clause "BSD License" ) licensed, so it can be used in both proprietary and free/open source applications. For the full details, see the [LICENSE ](LICENSE ) file.
2018-11-06 12:52:54 -08:00
2023-01-02 10:16:52 +10:00
If you like and use CefSharp please consider signing up for a small monthly donation, even $25 can help tremendously. See [Financial Support ](README.md#Financial-Support ) for more details.
2012-02-18 22:14:34 -08:00
2015-12-05 18:24:19 +05:30
## Releases
2013-08-01 10:42:17 +03:00
2022-01-05 13:13:54 +10:00
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 ](https://github.com/cefsharp/CefSharp/wiki/Quick-Start ) guide or checkout [CefSharp.MinimalExample ](https://github.com/cefsharp/CefSharp.MinimalExample/ ) project for basic demos using the CefSharp NuGet packages.
2013-08-01 10:42:17 +03:00
2019-05-30 20:50:22 -05:00
- [CefSharp.WinForms ](https://www.nuget.org/packages/CefSharp.WinForms/ )
- [CefSharp.Wpf ](https://www.nuget.org/packages/CefSharp.Wpf/ )
- [CefSharp.OffScreen ](https://www.nuget.org/packages/CefSharp.OffScreen/ )
2022-01-05 13:13:54 +10:00
- [CefSharp.Wpf.HwndHost ](https://github.com/cefsharp/CefSharp.Wpf.HwndHost/ ) (A [HwndHost ](https://docs.microsoft.com/en-us/dotnet/api/system.windows.interop.hwndhost ) based WPF implementation, similar to hosting the WinForms version in WPF, supports data binding, airspace issues apply).
2015-12-05 18:24:19 +05:30
## Documentation
2015-12-09 08:49:39 +10:00
* 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 with CefSharp. They demo most of the available features.
* See the [CefSharp.MinimalExample ](https://github.com/cefsharp/CefSharp.MinimalExample/ ) project for a basic demo of using the CefSharp NuGet packages.
2017-01-05 18:42:23 +10:00
* See the [General Usage Guide ](https://github.com/cefsharp/CefSharp/wiki/General-Usage ) in help getting started/dealing with common scenarios.
2015-12-09 08:49:39 +10:00
* See the [Wiki ](https://github.com/cefsharp/CefSharp/wiki ) for work-in-progress documentation
2017-11-30 21:43:11 +02:00
* See the [FAQ ](https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions ) for help with common issues
2015-12-05 18:24:19 +05:30
* Upgrading from an earlier version of CefSharp? See the [ChangeLog ](https://github.com/cefsharp/CefSharp/wiki/ChangeLog ) for breaking changes and upgrade tips.
2021-09-07 21:03:51 +02:00
* [CefSharp API ](https://cefsharp.github.io/api/ ) generated from the source code comments.
2015-12-05 18:24:19 +05:30
## Contact
2020-06-23 20:02:13 +10:00
Please keep the `Issue Tracker` for **Bugs ** only please! Before submitting a `PR` please read [CONTRIBUTING ](https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md ).
2015-12-09 08:49:39 +10:00
2021-11-25 17:23:49 +10:00
- [CefSharp Discussions ](https://github.com/cefsharp/CefSharp/discussions ) is generally where `CefSharp` specific questions should be asked, please search before posting, thanks!
- [Stackoverflow ](https://stackoverflow.com/questions/tagged/cefsharp ) is where generic html/javascript/C# questions can be asked.
2020-11-04 11:19:58 +10:00
- [Chromium Embedded Framework(CEF) Forum ](https://magpcss.org/ceforum/viewforum.php?f=18 )
2015-12-02 10:57:13 +10:00
2015-12-05 18:24:19 +05:30
## Branches & Forks
2012-02-18 22:14:34 -08:00
2019-06-30 20:11:14 +10:00
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 ).
2012-08-01 01:14:25 -07:00
2015-12-09 08:49:39 +10:00
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` .
2015-12-05 18:24:19 +05:30
2015-12-09 08:49:39 +10:00
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).
2015-12-05 18:24:19 +05:30
2017-11-29 21:14:00 +01:00
### Releases
2015-03-05 18:34:29 +10:00
2015-02-12 20:26:40 +10:00
**CI Builds ** <br/>
2017-11-29 21:14:00 +01:00
Every commit on `master` produces a `Nuget` package. Use at your own risk!
- [](https://www.myget.org/feed/cefsharp/package/nuget/CefSharp.WinForms)
- [](https://www.myget.org/feed/cefsharp/package/nuget/CefSharp.Wpf)
- [](https://www.myget.org/feed/cefsharp/package/nuget/CefSharp.OffScreen)
2015-02-12 20:26:40 +10:00
2015-02-27 07:09:25 +01:00
**Pre-release ** <br>
2017-11-29 21:14:00 +01:00
2021-02-26 11:54:03 +10:00
- [](http://www.nuget.org/packages/CefSharp.WinForms/)
- [](http://www.nuget.org/packages/CefSharp.Wpf/)
- [](http://www.nuget.org/packages/CefSharp.OffScreen/)
- [](http://www.nuget.org/packages/CefSharp.WinForms.NETCore/)
- [](http://www.nuget.org/packages/CefSharp.Wpf.NETCore/)
- [](http://www.nuget.org/packages/CefSharp.OffScreen.NETCore/)
2015-02-27 07:09:25 +01:00
2017-11-30 21:43:11 +02:00
**Stable ** <br>
2021-02-26 11:54:03 +10:00
- [](http://www.nuget.org/packages/CefSharp.WinForms/)
- [](http://www.nuget.org/packages/CefSharp.Wpf/)
- [](http://www.nuget.org/packages/CefSharp.OffScreen/)
- [](http://www.nuget.org/packages/CefSharp.WinForms.NETCore/)
- [](http://www.nuget.org/packages/CefSharp.Wpf.NETCore/)
- [](http://www.nuget.org/packages/CefSharp.OffScreen.NETCore/)
2017-11-29 21:14:00 +01:00
2015-12-09 08:49:39 +10:00
### Release Branches
2015-09-04 15:55:21 +10:00
2021-09-05 11:02:38 +10:00
With each release a new branch is created, for example the `92.0.260` release corresponds to the [cefsharp/92 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/92 ) branch.
2021-02-25 20:34:28 +10:00
If you're new to `CefSharp` and are downloading the source to check it out, please use a **Release ** branch.
2025-07-09 20:08:34 +10:00
* * *** VC++ 2022 is required starting with version 138<br/>
2025-07-27 10:48:41 +10:00
* * **** For NetCore packages .Net 6 or greater is required.
2021-02-25 20:34:28 +10:00
2022-04-07 11:23:59 +10:00
| Branch | CEF Version | VC++ Version | .Net Version | Status |
|-----------------------------------------------------------------------|------|-------|---------|-----------------|
2026-03-25 19:57:43 +10:00
| [master ](https://github.com/cefsharp/CefSharp/ ) | 7680 | 2022* | 4.6.2** | Development |
| [cefsharp/146 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/146 )| 7680 | 2022* | 4.6.2** | **Release ** |
| [cefsharp/145 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/145 )| 7632 | 2022* | 4.6.2** | Unsupported |
| [cefsharp/144 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/144 )| 7559 | 2022* | 4.6.2** | Unsupported |
| [cefsharp/143 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/143 )| 7499 | 2022* | 4.6.2** | Unsupported |
2025-12-11 19:46:08 +10:00
| [cefsharp/141 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/141 )| 7390 | 2022* | 4.6.2** | Unsupported |
2025-10-25 06:42:53 +10:00
| [cefsharp/140 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/140 )| 7339 | 2022* | 4.6.2** | Unsupported |
2025-09-23 18:59:59 +10:00
| [cefsharp/139 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/139 )| 7258 | 2022* | 4.6.2** | Unsupported |
2025-08-17 13:43:51 +10:00
| [cefsharp/138 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/138 )| 7204 | 2022* | 4.6.2** | Unsupported |
2025-07-09 20:08:34 +10:00
| [cefsharp/137 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/137 )| 7151 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/136 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/136 )| 7103 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/135 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/135 )| 7049 | 2019* | 4.6.2** | Unsupported |
2025-04-18 06:17:06 +10:00
| [cefsharp/134 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/134 )| 6998 | 2019* | 4.6.2** | Unsupported |
2025-03-16 08:36:24 +10:00
| [cefsharp/133 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/133 )| 6943 | 2019* | 4.6.2** | Unsupported |
2025-02-17 19:28:07 +10:00
| [cefsharp/132 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/132 )| 6834 | 2019* | 4.6.2** | Unsupported |
2025-01-26 07:33:31 +10:00
| [cefsharp/131 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/131 )| 6778 | 2019* | 4.6.2** | Unsupported |
2024-11-23 16:08:08 +10:00
| [cefsharp/130 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/130 )| 6723 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/129 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/129 )| 6668 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/128 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/128 )| 6613 | 2019* | 4.6.2** | Unsupported |
2024-10-26 10:53:09 +10:00
| [cefsharp/127 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/127 )| 6533 | 2019* | 4.6.2** | Unsupported |
2024-08-21 06:35:32 +10:00
| [cefsharp/126 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/126 )| 6478 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/125 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/125 )| 6422 | 2019* | 4.6.2** | Unsupported |
2024-06-09 07:37:37 +10:00
| [cefsharp/124 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/124 )| 6367 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/123 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/123 )| 6312 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/122 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/122 )| 6261 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/121 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/121 )| 6167 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/120 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/120 )| 6099 | 2019* | 4.6.2** | Unsupported |
2023-12-15 20:07:06 +10:00
| [cefsharp/119 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/119 )| 6045 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/118 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/118 )| 5993 | 2019* | 4.6.2** | Unsupported |
2023-10-28 07:10:44 +10:00
| [cefsharp/117 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/117 )| 5938 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/116 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/116 )| 5845 | 2019* | 4.6.2** | Unsupported |
| [cefsharp/115 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/115 )| 5790 | 2019* | 4.6.2** | Unsupported |
2023-08-01 06:30:35 +10:00
| [cefsharp/114 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/114 )| 5735 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/113 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/113 )| 5615 | 2019* | 4.5.2** | Unsupported |
2023-05-07 06:02:00 +10:00
| [cefsharp/112 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/112 )| 5615 | 2019* | 4.5.2** | Unsupported |
2023-04-27 05:37:41 +10:00
| [cefsharp/111 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/111 )| 5563 | 2019* | 4.5.2** | Unsupported |
2023-04-07 13:27:03 +10:00
| [cefsharp/110 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/110 )| 5481 | 2019* | 4.5.2** | Unsupported |
2023-02-07 05:51:31 +10:00
| [cefsharp/109 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/109 )| 5414 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/108 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/108 )| 5359 | 2019* | 4.5.2** | Unsupported |
2022-12-16 12:22:29 +10:00
| [cefsharp/107 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/107 )| 5304 | 2019* | 4.5.2** | Unsupported |
2022-11-21 11:55:53 +10:00
| [cefsharp/106 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/106 )| 5249 | 2019* | 4.5.2** | Unsupported |
2022-10-05 12:37:27 +10:00
| [cefsharp/105 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/105 )| 5195 | 2019* | 4.5.2** | Unsupported |
2022-09-19 13:04:12 +10:00
| [cefsharp/104 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/104 )| 5112 | 2019* | 4.5.2** | Unsupported |
2022-08-09 13:34:09 +10:00
| [cefsharp/103 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/103 )| 5060 | 2019* | 4.5.2** | Unsupported |
2022-08-08 11:24:12 +10:00
| [cefsharp/102 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/102 )| 5005 | 2019* | 4.5.2** | Unsupported |
2022-06-21 12:42:05 +10:00
| [cefsharp/101 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/101 )| 4951 | 2019* | 4.5.2** | Unsupported |
2022-05-06 09:21:29 +10:00
| [cefsharp/100 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/100 )| 4896 | 2019* | 4.5.2** | Unsupported |
2022-04-07 11:23:59 +10:00
| [cefsharp/99 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/99 ) | 4844 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/98 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/98 ) | 4758 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/97 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/97 ) | 4692 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/96 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/96 ) | 4664 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/95 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/95 ) | 4638 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/94 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/94 ) | 4606 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/93 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/93 ) | 4577 | 2019* | 4.5.2** | Unsupported |
| [cefsharp/92 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/92 ) | 4515 | 2015* | 4.5.2** | Unsupported |
| [cefsharp/91 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/91 ) | 4472 | 2015* | 4.5.2** | Unsupported |
| [cefsharp/90 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/90 ) | 4430 | 2015* | 4.5.2** | Unsupported |
| [cefsharp/89 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/89 ) | 4389 | 2015* | 4.5.2** | Unsupported |
| [cefsharp/88 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/88 ) | 4324 | 2015* | 4.5.2** | Unsupported |
| [cefsharp/87 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/87 ) | 4280 | 2015* | 4.5.2** | Unsupported |
| [cefsharp/86 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/86 ) | 4240 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/85 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/85 ) | 4183 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/84 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/84 ) | 4147 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/83 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/83 ) | 4103 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/81 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/81 ) | 4044 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/79 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/79 ) | 3945 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/77 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/77 ) | 3865 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/75 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/75 ) | 3770 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/73 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/73 ) | 3683 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/71 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/71 ) | 3578 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/69 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/69 ) | 3497 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/67 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/67 ) | 3396 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/65 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/65 ) | 3325 | 2015 | 4.5.2 | Unsupported |
| [cefsharp/63 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/63 ) | 3239 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/62 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/62 ) | 3202 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/57 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/57 ) | 2987 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/55 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/55 ) | 2883 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/53 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/53 ) | 2785 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/51 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/51 ) | 2704 | 2013 | 4.5.2 | Unsupported |
| [cefsharp/49 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/49 ) | 2623 | 2013 | 4.0 | Unsupported |
| [cefsharp/47 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/47 ) | 2526 | 2013 | 4.0 | Unsupported |
| [cefsharp/45 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/45 ) | 2454 | 2013 | 4.0 | Unsupported |
| [cefsharp/43 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/43 ) | 2357 | 2012 | 4.0 | Unsupported |
| [cefsharp/41 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/41 ) | 2272 | 2012 | 4.0 | Unsupported |
| [cefsharp/39 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/39 ) | 2171 | 2012 | 4.0 | Unsupported |
| [cefsharp/37 ](https://github.com/cefsharp/CefSharp/tree/cefsharp/37 ) | 2062 | 2012 | 4.0 | Unsupported |
2021-02-25 20:34:28 +10:00
2025-07-09 20:08:34 +10:00
* * *** VC++ 2022 is required starting with version 138<br/>
2025-07-27 10:48:41 +10:00
* * **** For NetCore packages .Net 6 or greater is required.
2018-07-27 21:01:19 +10:00
## Financial Support
2023-01-02 10:16:52 +10:00
Is your company making money thanks to `CefSharp` ? Do you rely on regular updates to the project? [Alex Maitland ](https://github.com/amaitland ) needs your support! Signup to [GitHub Sponsors ](https://github.com/sponsors/amaitland ).
2018-07-27 21:01:19 +10:00
2023-01-02 10:16:52 +10:00
One-Time or Recurring contributions can be made through [GitHub Sponsors ](https://github.com/sponsors/amaitland ) it only takes a GitHub account and a credit card. You can also make a One-Time contribution via [PayPal ](https://paypal.me/AlexMaitland ).
2018-07-27 21:01:19 +10:00
2023-01-02 10:16:52 +10:00
As a stay at home dad I ([@amaitland ](https://github.com/amaitland )) rely on your contributions to help support my family.
2018-07-27 21:01:19 +10:00
2015-12-05 18:24:19 +05:30
## Links
2012-02-18 22:29:59 -08:00
2019-07-26 10:59:25 +08:00
- [CefGlue ](https://gitlab.com/xiliumhq/chromiumembedded/cefglue ): An alternative .NET CEF wrapper built using P/Invoke.
2023-03-24 10:52:58 +10:00
- [CEF GitHub Project ](https://github.com/chromiumembedded/cef ) : The official CEF issue tracker
2015-12-09 08:49:39 +10:00
- [CEF Forum ](http://magpcss.org/ceforum/ ) : The official CEF Forum
2017-04-15 00:36:04 +02:00
- [CEF API Docs ](http://magpcss.org/ceforum/apidocs3/index-all.html ) : Well worth a read if you are implementing a new feature
2018-07-27 21:01:19 +10:00
- [CefSharp API Doc ](http://cefsharp.github.io/api/ )
2015-12-09 08:49:39 +10:00
2018-01-08 18:00:17 -05:00
## Projects using CefSharp
2019-11-17 18:10:45 -08:00
- [HtmlView ](https://github.com/ramon-mendes/HtmlView ) : Visual Studio extension bringing CefSharp for showing HTML pages inside VS.
2019-02-22 12:03:47 +05:30
- [SharpBrowser ](https://github.com/sharpbrowser/SharpBrowser ) : The fastest web browser for C# with tabbed browsing and HTML5/CSS3.
2023-01-02 10:16:52 +10:00
- [Chromely CefSharp ](https://github.com/chromelyapps/CefSharp ) : Build HTML Desktop Apps on .NET/.NET Core 3/.NET 5 using native GUI, HTML5/CSS.