DotNetBrowser.Wpf
2.7.0
See the version list below for details.
Install-Package DotNetBrowser.Wpf -Version 2.7.0
dotnet add package DotNetBrowser.Wpf --version 2.7.0
<PackageReference Include="DotNetBrowser.Wpf" Version="2.7.0" />
paket add DotNetBrowser.Wpf --version 2.7.0
#r "nuget: DotNetBrowser.Wpf, 2.7.0"
// Install DotNetBrowser.Wpf as a Cake Addin
#addin nuget:?package=DotNetBrowser.Wpf&version=2.7.0
// Install DotNetBrowser.Wpf as a Cake Tool
#tool nuget:?package=DotNetBrowser.Wpf&version=2.7.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.7.0)
-
.NETFramework 4.5
- DotNetBrowser (>= 2.7.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 91.0.4472.114.
The API has been extended with Chromium profiles, dark mode support, default background color and view page source.
Fixed issues:
- BrowserView gets blank while resizing the parent window to fullscreen in Off-screen rendering mode, while DotNetBrowser is embedded as a VSTO Add-In.
- The focus is not restoring to the webpage after closing the PrintPreview dialog.
Some API of this version is not backward compatible with 2.6. If your application already uses DotNetBrowser 2.6, please refer to this migration guide: https://dotnetbrowser-support.teamdev.com/docs/guides/migration/v2-6-v2-7.html
It contains the detailed instructions on how to modify your code to work with version 2.7.
The full list of improvements in this release is available at: https://dotnetbrowser-support.teamdev.com/release-notes/2021/v2-7.html