DotNetBrowser64 1.21.0

Suggested Alternatives

DotNetBrowser.x64

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 DotNetBrowser64 --version 1.21.0
NuGet\Install-Package DotNetBrowser64 -Version 1.21.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="DotNetBrowser64" Version="1.21.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetBrowser64 --version 1.21.0
#r "nuget: DotNetBrowser64, 1.21.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 DotNetBrowser64 as a Cake Addin
#addin nuget:?package=DotNetBrowser64&version=1.21.0

// Install DotNetBrowser64 as a Cake Tool
#tool nuget:?package=DotNetBrowser64&version=1.21.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

Certificate chain
The CertificateVerifyParams.IntermediateCertificates property allows getting the intermediate certificate list retrieved from the server that can be used to reconstruct and verify the complete certificate chain.

Disable form autofill functionality
The BrowserContext.AutoFillEnabled property allows enabling or disabling auto-fill functionality.

JavaScript requests focus
The Browser.FocusRequested event allows getting notifications when JavaScript requests setting focus to a Browser instance.

Hide scrollbars
The --hide-scrollbars switcher allows hiding scroll bars on the web pages. Useful when taking an image of a webpage.

Fixes:
- The pop-up window does not respect the passed size and location.
- The NullReferenceException in SpellCheckerService and ZoomService for the second and subsequent BrowserContext instances during application runtime.
- The issue with finding the full path to the DotNetBrowser.ChromiumX.dll files.
- The WinFormsBrowserView component in the heavyweight rendering mode is disposed even if it is removed from the child list of the form and the form is closed.
- The usage of the back and forward mouse buttons in WPFBrowserView (heavyweight rendering mode) leads to the System.InvalidCastException exception.

Improvement:
- The Chromium binaries verification process now respects the modification date.