DotNetBrowser32 1.20.0
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.20.0
NuGet\Install-Package DotNetBrowser32 -Version 1.20.0
<PackageReference Include="DotNetBrowser32" Version="1.20.0" />
paket add DotNetBrowser32 --version 1.20.0
#r "nuget: DotNetBrowser32, 1.20.0"
// Install DotNetBrowser32 as a Cake Addin #addin nuget:?package=DotNetBrowser32&version=1.20.0 // Install DotNetBrowser32 as a Cake Tool #tool nuget:?package=DotNetBrowser32&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 | 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 |
---|
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.