DotNetBrowser64 1.21.5
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.5
NuGet\Install-Package DotNetBrowser64 -Version 1.21.5
<PackageReference Include="DotNetBrowser64" Version="1.21.5" />
paket add DotNetBrowser64 --version 1.21.5
#r "nuget: DotNetBrowser64, 1.21.5"
// Install DotNetBrowser64 as a Cake Addin #addin nuget:?package=DotNetBrowser64&version=1.21.5 // Install DotNetBrowser64 as a Cake Tool #tool nuget:?package=DotNetBrowser64&version=1.21.5
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 TypeLoadException occurs on runtime if the DotNetBrowser64.dll is used in the project.