DotNetBrowser64 1.21.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 DotNetBrowser64 --version 1.21.0
NuGet\Install-Package DotNetBrowser64 -Version 1.21.0
<PackageReference Include="DotNetBrowser64" Version="1.21.0" />
paket add DotNetBrowser64 --version 1.21.0
#r "nuget: DotNetBrowser64, 1.21.0"
// 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 | 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 |
---|
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.