DotNetBrowser32 1.18.0

Suggested Alternatives

DotNetBrowser.x86

Additional Details

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

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DotNetBrowser32 --version 1.18.0
NuGet\Install-Package DotNetBrowser32 -Version 1.18.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DotNetBrowser32" Version="1.18.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetBrowser32 --version 1.18.0
#r "nuget: DotNetBrowser32, 1.18.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DotNetBrowser32 as a Cake Addin
#addin nuget:?package=DotNetBrowser32&version=1.18.0

// Install DotNetBrowser32 as a Cake Tool
#tool nuget:?package=DotNetBrowser32&version=1.18.0

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

Chromium 64-bit process support
DotNetBrowser distribution package now includes both Chromium 64-bit and 32-bit binaries.
Important: Please note that Chromium 64-bit binaries can be used only on Windows 64-bit and cannot be used on Windows 32-bit.
More information about Chromium 64-bit process support you can find here: https://dotnetbrowser.support.teamdev.com/solution/articles/9000154412-chromium-64-bit

Clear HTTP (basic) authentication cache
The API has been extended with new functionality that allows clearing HTTP Auth cache.
More information on how to use this functionality you can find here: https://dotnetbrowser.support.teamdev.com/solution/articles/9000110186-working-with-cachestorage

Fixes:
- The issue with getting an incorrect mouse position using a `WPFBrowserView` instance in the heavyweight rendering mode. For more information, see: https://dotnetbrowser.support.teamdev.com/solution/articles/9000154696-wpf-mouseeventargs-getposition-returns-incorrect-position
- The issue with crashing a `WPFBrowserView` instance in the heavyweight rendering mode during process termination.
- The issue with the form autofill.
- The issue with availability of the password manager.

Improvements:
- Improve focus transferring in `WinFormsBrowserView` in the heavyweight rendering mode.
- Improve Chromium binaries verification process during on startup.
- Improve compatibility with Visual Studio Code Analysis.
- Add possibility to delete Chromium binary files at runtime if there are no alive `Browser` or `BrowserView` instances.