DotNetBrowser64 1.21.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 DotNetBrowser64 --version 1.21.1
NuGet\Install-Package DotNetBrowser64 -Version 1.21.1
<PackageReference Include="DotNetBrowser64" Version="1.21.1" />
paket add DotNetBrowser64 --version 1.21.1
#r "nuget: DotNetBrowser64, 1.21.1"
// Install DotNetBrowser64 as a Cake Addin #addin nuget:?package=DotNetBrowser64&version=1.21.1 // Install DotNetBrowser64 as a Cake Tool #tool nuget:?package=DotNetBrowser64&version=1.21.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 InvalidCastException occurs because of the new PermissionRequest.PermissionType values in Chromium 69.
- The InvalidOperationException occurs with the Channel already closed exception if registering a protocol handler for two or more BrowserContext instances.
Improvements:
- The GZipCompress.exe utility has been signed.
- The embedding process of the WinFormsBrowserView component in a WPF application has been improved.