DotNetBrowser32 1.19.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.19.0
NuGet\Install-Package DotNetBrowser32 -Version 1.19.0
<PackageReference Include="DotNetBrowser32" Version="1.19.0" />
paket add DotNetBrowser32 --version 1.19.0
#r "nuget: DotNetBrowser32, 1.19.0"
// Install DotNetBrowser32 as a Cake Addin #addin nuget:?package=DotNetBrowser32&version=1.19.0 // Install DotNetBrowser32 as a Cake Tool #tool nuget:?package=DotNetBrowser32&version=1.19.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 |
---|
Browser.Dispose(bool checkBeforeUnload)
The Browser.Dispose(bool checkBeforeUnload) method provides the ability to invoke the DialogHandler.OnBeforeUnload method
which is fired if the web page contains the onbeforeunload JavaScript event.
Read https://dotnetbrowser.support.teamdev.com/solution/articles/9000110024-onbeforeunload
FileChooserParams.Filter
The FileChooserParams.Filter property provides a meaningful description of the file extensions accepted by the file chooser.
This information comes from the accept attribute of the input HTML element with the type=file attribute.
Fixes:
- The NullReferenceException exception which is thrown during the disposing the WinFormsBrowserView instance in the heavyweight rendering mode.
- The ArgumentOutOfRangeException exception which is thrown when setting the CultureInfo.
- Unable to use a custom client certificate if it already exists in the certificate storage.
- The UnauthorizedAccessException exception which is thrown if the LoggerProvider.Instance.OutputFile property is set to a path which has no write access.
- The OutOfMemoryException exception which is thrown during verification of the Chromium binaries.
- Unable to navigate with the arrow keys inside a drop-down list in the lightweight rendering mode.
- The CertificateVerifyParams.VerifyFlags property always returns null.
- The issue with the relative path in the BrowserContextParams constructor.
Improvements:
- The ability to manage download process even if the Browser instance which initiated the download activity has been disposed.
- The ability to set the specific bitmap scaling mode for a WPFBrowserView instance in the lightweight rendering mode.
- Improve the memory usage in the Chromium binaries verification functionality.