DotNetBrowser32 1.21.3
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.21.3
NuGet\Install-Package DotNetBrowser32 -Version 1.21.3
<PackageReference Include="DotNetBrowser32" Version="1.21.3" />
paket add DotNetBrowser32 --version 1.21.3
#r "nuget: DotNetBrowser32, 1.21.3"
// Install DotNetBrowser32 as a Cake Addin #addin nuget:?package=DotNetBrowser32&version=1.21.3 // Install DotNetBrowser32 as a Cake Tool #tool nuget:?package=DotNetBrowser32&version=1.21.3
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 InvalidOperationException error occurs if a window with the WPFBrowserView control in the heavyweight rendering mode is used via a remote desktop connection.
- The JSValue returns a wrong number value in the German culture.