DotNetBrowser.Wpf
2.1.1
See the version list below for details.
Install-Package DotNetBrowser.Wpf -Version 2.1.1
dotnet add package DotNetBrowser.Wpf --version 2.1.1
<PackageReference Include="DotNetBrowser.Wpf" Version="2.1.1" />
paket add DotNetBrowser.Wpf --version 2.1.1
#r "nuget: DotNetBrowser.Wpf, 2.1.1"
// Install DotNetBrowser.Wpf as a Cake Addin
#addin nuget:?package=DotNetBrowser.Wpf&version=2.1.1
// Install DotNetBrowser.Wpf as a Cake Tool
#tool nuget:?package=DotNetBrowser.Wpf&version=2.1.1
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.1.1)
-
.NETFramework 4.5
- DotNetBrowser (>= 2.1.1)
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 |
This version of DotNetBrowser contains the following improvement and fixes:
Improvement:
- updated searching assemblies algorithm for the Global Assembly Cache.
Fixed issues:
- InvalidOperationException: "This Visual is not connected to a PresentationSource." thrown when moving, minimizing or maximizing a BrowserView control in WPF applications in both rendering modes.
- unpredictable behavior when using BrowserView controls inside TabControls or equivalent.
The detailed list of improvements in this release is specified here: https://dotnetbrowser-support.teamdev.com/release-notes/2020/v2-1-1.html