Unofficial.Chromiumfx
3.2526.3
See the version list below for details.
dotnet add package Unofficial.Chromiumfx --version 3.2526.3
NuGet\Install-Package Unofficial.Chromiumfx -Version 3.2526.3
<PackageReference Include="Unofficial.Chromiumfx" Version="3.2526.3" />
paket add Unofficial.Chromiumfx --version 3.2526.3
#r "nuget: Unofficial.Chromiumfx, 3.2526.3"
// Install Unofficial.Chromiumfx as a Cake Addin #addin nuget:?package=Unofficial.Chromiumfx&version=3.2526.3 // Install Unofficial.Chromiumfx as a Cake Tool #tool nuget:?package=Unofficial.Chromiumfx&version=3.2526.3
Managed wrapper for the complete CEF API
Remote wrapper for full access to DOM and V8 from within the browser process
Windows Forms control based on ChromiumFX
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Unofficial.Chromiumfx:
Package | Downloads |
---|---|
Neutronium.WebBrowserEngine.ChromiumFx
Neutronium is a MVVM HTLM View engine for C# application. This is Webbrowser implementation based on ChromiumFx project. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Unofficial.Chromiumfx:
Repository | Stars |
---|---|
NeutroniumCore/Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
|
Version | Downloads | Last updated |
---|---|---|
77.1.18 | 17,772 | 3/27/2020 |
3.3440.1808 | 18,100 | 11/22/2018 |
3.3440.1807 | 7,437 | 11/2/2018 |
3.3440.1806 | 6,130 | 10/29/2018 |
3.2924.5 | 10,720 | 1/6/2018 |
3.2924.4 | 4,901 | 12/15/2017 |
3.2924.3 | 5,521 | 10/11/2017 |
3.2924.2 | 2,373 | 8/26/2017 |
3.2924.1 | 4,971 | 4/8/2017 |
3.2924.0 | 4,584 | 2/18/2017 |
3.2526.5 | 5,582 | 11/10/2016 |
3.2526.4 | 8,168 | 9/18/2016 |
3.2526.3 | 6,686 | 3/14/2016 |
The CEF client callback events with automatic UI thread invocation were deprecated. In some callbacks, CEF expects the callback arguments to be accessed exclusively from the thread performing the callback so the automatic Control.Invoke caused some problems. See also issue #48. Embedding applications have to manually invoke in order to access UI elements from within a CEF client callback.
Expose the remote OnV8ContextCreated event handler in the ChromiumWebBrowser control.