DotNetBrowser64 1.20.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.20.0
NuGet\Install-Package DotNetBrowser64 -Version 1.20.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.20.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetBrowser64 --version 1.20.0
#r "nuget: DotNetBrowser64, 1.20.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.20.0

// Install DotNetBrowser64 as a Cake Tool
#tool nuget:?package=DotNetBrowser64&version=1.20.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 69
The Chromium engine has been upgraded to version 69.0.3497.12.

CVE-2019-5786
The Chromium 0-day vulnerability issue has been patched.

Add modifiers for mouse events.
Added the ability to pass key modifiers for simulating mouse events. The next methods were overloaded:
Browser.MouseMove
IInputSimulator.SimulateMouseMoveEvent
IInputSimulator.SimulateMouseButtonEvent
IInputSimulator.SimulateMouseWheelEvent

NetworkDelegate.OnPacScriptError
Implemented the NetworkDelegate.OnPacScriptError method which is invoked when the Chromium proxy resolver failed to parse a PAC script file to extract proxy settings.

BrowserPreferences.ChromiumVersion
Since DotNetBrowser 1.20 is possible to get the currently embedded Chromium version string. It can be obtained using the BrowserPreferences.ChromiumVersion property.

Fixes:
- The XPathResult iterator skips the results during the iteration loop.
- The crash with embedding the DotNetBrowser control into a VisualStudio extension when using the WPFBrowserView instance in the heavyweight rendering mode.
- The update of the Form.ShowInTaskbar property causes multiple subscriptions to the Form events when using the WinFormsBrowserView instance in the heavyweight rendering mode.
- The BrowserContextParams.DefaultZoomLevel property does not work in the Incognito mode.
- The DownloadItem.Pause(), DownloadItem.Resume() and DownloadItem.Cancel() methods do not work in the Incognito mode.
- PDF files cannot be loaded in the Incognito mode.
- The conversion issue in the JavaScript-.Net Bridge.
- The memory leak on the .Net side.
- The autofill issue when the suggested item cannot be selected in the heavyweight rendering mode.