DotNetBrowser.Wpf
2.5.0
See the version list below for details.
Install-Package DotNetBrowser.Wpf -Version 2.5.0
dotnet add package DotNetBrowser.Wpf --version 2.5.0
<PackageReference Include="DotNetBrowser.Wpf" Version="2.5.0" />
paket add DotNetBrowser.Wpf --version 2.5.0
#r "nuget: DotNetBrowser.Wpf, 2.5.0"
// Install DotNetBrowser.Wpf as a Cake Addin
#addin nuget:?package=DotNetBrowser.Wpf&version=2.5.0
// Install DotNetBrowser.Wpf as a Cake Tool
#tool nuget:?package=DotNetBrowser.Wpf&version=2.5.0
A Chromium-based WPF component that can be embedded into your .NET application to display modern web pages built with HTML5, CSS3, JavaScript 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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETCoreApp 3.0
- DotNetBrowser (>= 2.5.0)
-
.NETFramework 4.5
- DotNetBrowser (>= 2.5.0)
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 |
---|---|---|
2.14.0 | 222 | 4/29/2022 |
2.13.1 | 279 | 4/12/2022 |
2.13.0 | 108 | 4/7/2022 |
2.12.0 | 180 | 3/23/2022 |
2.11.0 | 542 | 1/14/2022 |
2.10.0 | 932 | 11/18/2021 |
2.9.0 | 8,756 | 9/24/2021 |
2.8.0 | 1,249 | 8/20/2021 |
2.7.0 | 495 | 7/26/2021 |
2.6.0 | 1,815 | 5/27/2021 |
2.5.0 | 936 | 4/7/2021 |
2.4.0 | 1,834 | 3/2/2021 |
2.3.0 | 1,855 | 11/26/2020 |
2.2.0 | 753 | 9/9/2020 |
2.1.1 | 3,679 | 7/2/2020 |
2.1.0 | 424 | 6/18/2020 |
2.0.0 | 2,867 | 2/27/2020 |
The Chromium engine has been updated to the version 88.0.4324.182
We also introduced OpenExternalAppHandler. It allows the user to decide whether to launch the external applications associated with a specific URI scheme.
Fixed issues:
- Entering combined characters in the off-screen rendering mode. Such cases like the combination of ´ and e resulting in two separate characters in French are no longer an issue.
- The removal of `BrowserView` from parent form in WinForms not being detected, leading to various focus issues.
- Read/write permissions for JavaScript Clipboard API always being denied despite the `RequestPermissionHandler` implementation.
The full list of improvements in this release is available at: https://dotnetbrowser-support.teamdev.com/release-notes/2021/v2-5.html
Some API of this version is not backward compatible with 2.4. If your application already uses DotNetBrowser 2.4, please refer to this migration guide: https://dotnetbrowser-support.teamdev.com/docs/guides/migration/v2-4-v2-5.html
It contains the detailed instructions on how to modify your code to work with version 2.5.