DotNetBrowser32 1.21.4
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.4
NuGet\Install-Package DotNetBrowser32 -Version 1.21.4
<PackageReference Include="DotNetBrowser32" Version="1.21.4" />
paket add DotNetBrowser32 --version 1.21.4
#r "nuget: DotNetBrowser32, 1.21.4"
// Install DotNetBrowser32 as a Cake Addin #addin nuget:?package=DotNetBrowser32&version=1.21.4 // Install DotNetBrowser32 as a Cake Tool #tool nuget:?package=DotNetBrowser32&version=1.21.4
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 |
---|
Fix:
- The improper location of the IME input when using the Chinese language.
Improvement:
- Improve the LicenseException message text.