DotNetBrowser32 1.20.1
DotNetBrowser 1.x is no longer officially supported by TeamDev:
https://dotnetbrowser-support.teamdev.com/docs/guides/migration/v1-v2.html#how-long-will-dotnetbrowser-version-1x-be-supported
dotnet add package DotNetBrowser32 --version 1.20.1
NuGet\Install-Package DotNetBrowser32 -Version 1.20.1
<PackageReference Include="DotNetBrowser32" Version="1.20.1" />
paket add DotNetBrowser32 --version 1.20.1
#r "nuget: DotNetBrowser32, 1.20.1"
// Install DotNetBrowser32 as a Cake Addin #addin nuget:?package=DotNetBrowser32&version=1.20.1 // Install DotNetBrowser32 as a Cake Tool #tool nuget:?package=DotNetBrowser32&version=1.20.1
A Chromium-based WPF/WinForms component that can be embedded into your .NET application to display modern web pages built with HTML5, CSS3, JavaScript, Silverlight etc.
To be able to use DotNetBrowser, you should obtain a licence by filling a form at https://www.teamdev.com/dotnetbrowser#evaluate
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
Fixes:
- The deadlock when calling the Browser.IsDisposed() method using the WPFBrowserView instance in the lightweight rendering mode.
- The InvalidCastException occurs if setting the nullable CSharp property from JavaScript side using JS - .NET Bridge API.
- The rendering issue with DPI if the monitor is changed using lightweight rendering mode.
- The crash which occurs if NetworkDelegate is configured and the Browser.LoadURL() method is called frequently.
- The crash which occurs if a JavaScript function is invoked when the JavaScript context is invalid.
Improvements:
- The unpacking Chromium binaries algorithm has been improved.
- The dispose logic has been improved. Now, after invoking Browser.Dispose() or BrowserView.Dispose() methods the instance does not wait until all separated threads are released.
- The Chromium version has been added in the Product version property of assemblies.
- Add the ChromiumBinaries.IsCodecEnabled property which provides the ability to check if the binaries use proprietary codecs.
- Add toolbox support for Visual Studio 2019.