DotNetBrowser.Wpf
2.1.0
See the version list below for details.
Install-Package DotNetBrowser.Wpf -Version 2.1.0
dotnet add package DotNetBrowser.Wpf --version 2.1.0
<PackageReference Include="DotNetBrowser.Wpf" Version="2.1.0" />
paket add DotNetBrowser.Wpf --version 2.1.0
#r "nuget: DotNetBrowser.Wpf, 2.1.0"
// Install DotNetBrowser.Wpf as a Cake Addin
#addin nuget:?package=DotNetBrowser.Wpf&version=2.1.0
// Install DotNetBrowser.Wpf as a Cake Tool
#tool nuget:?package=DotNetBrowser.Wpf&version=2.1.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.1.0)
-
.NETFramework 4.5
- DotNetBrowser (>= 2.1.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 | 162 | 4/29/2022 |
2.13.1 | 253 | 4/12/2022 |
2.13.0 | 108 | 4/7/2022 |
2.12.0 | 171 | 3/23/2022 |
2.11.0 | 526 | 1/14/2022 |
2.10.0 | 919 | 11/18/2021 |
2.9.0 | 8,385 | 9/24/2021 |
2.8.0 | 1,249 | 8/20/2021 |
2.7.0 | 495 | 7/26/2021 |
2.6.0 | 1,806 | 5/27/2021 |
2.5.0 | 931 | 4/7/2021 |
2.4.0 | 1,831 | 3/2/2021 |
2.3.0 | 1,851 | 11/26/2020 |
2.2.0 | 753 | 9/9/2020 |
2.1.1 | 3,674 | 7/2/2020 |
2.1.0 | 424 | 6/18/2020 |
2.0.0 | 2,865 | 2/27/2020 |
This version of DotNetBrowser contains the following improvements:
- the Chromium engine has been upgraded to version 79.0.3945.130;
- an ability to get the EngineOptions from an IEngine instance was added;
- the IElement functionality was expanded with Focus() and Blur() methods;
- support of the Global Assembly Cache was added;
- the ArgumentException thrown if minimizing and restoring a BrowserView was fixed;
- support of IJsFunction was added;
- the access to media devices such as microphone and camera was fixed;
The detailed list of improvements in this release is specified here: https://dotnetbrowser-support.teamdev.com/release-notes/2020/v2-1.html
Some API of this version is not backward compatible with 2.0. If your application already uses DotNetBrowser 2.0, please refer to this migration guide: https://dotnetbrowser-support.teamdev.com/docs/guides/migration/v2-v2-1.html
for the detailed instructions on how to change your code to work with version 2.1.