DotNetBrowser32 1.19.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.19.1
NuGet\Install-Package DotNetBrowser32 -Version 1.19.1
<PackageReference Include="DotNetBrowser32" Version="1.19.1" />
paket add DotNetBrowser32 --version 1.19.1
#r "nuget: DotNetBrowser32, 1.19.1"
// Install DotNetBrowser32 as a Cake Addin #addin nuget:?package=DotNetBrowser32&version=1.19.1 // Install DotNetBrowser32 as a Cake Tool #tool nuget:?package=DotNetBrowser32&version=1.19.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 |
---|
This minor update of the library contains a number of improvements and fixes.
Fixes:
- The offset issue with 101-124 DPI setting when using the WPFBrowserView instance in the heavyweight rendering mode.
- The disposal of the Browser and BrowserView instances in different AppDomains.
Improvements:
- The extraction logic has been improved. Now, the Chromium 32-bit and 64-bit binaries are extracted to the different directories.
- Mask passwords in the log messages.