Gapotchenko.FX.Diagnostics.WebBrowser
2025.1.24-beta
Prefix Reserved
See the version list below for details.
dotnet add package Gapotchenko.FX.Diagnostics.WebBrowser --version 2025.1.24-beta
NuGet\Install-Package Gapotchenko.FX.Diagnostics.WebBrowser -Version 2025.1.24-beta
<PackageReference Include="Gapotchenko.FX.Diagnostics.WebBrowser" Version="2025.1.24-beta" />
<PackageVersion Include="Gapotchenko.FX.Diagnostics.WebBrowser" Version="2025.1.24-beta" />
<PackageReference Include="Gapotchenko.FX.Diagnostics.WebBrowser" />
paket add Gapotchenko.FX.Diagnostics.WebBrowser --version 2025.1.24-beta
#r "nuget: Gapotchenko.FX.Diagnostics.WebBrowser, 2025.1.24-beta"
#:package Gapotchenko.FX.Diagnostics.WebBrowser@2025.1.24-beta
#addin nuget:?package=Gapotchenko.FX.Diagnostics.WebBrowser&version=2025.1.24-beta&prerelease
#tool nuget:?package=Gapotchenko.FX.Diagnostics.WebBrowser&version=2025.1.24-beta&prerelease
Overview
It turns out that launching a web browser is a black voodoo art that should be grasped on every particular version of an operating system.
.NET developers used to do this trick back in the day:
using System.Diagnostics;
Process.Start("https://example.com/");
Looks easy enough? It is, but there is a catch (or lots of them):
- Sometimes web browser is started while the
Process.Start(…)method throws an exception on some machines - Sometimes it starts not the default web browser but Internet Explorer or Edge. Go figure. Spotted on more than several occasions on different machines at random points of time
- It does nothing on some machines
- It fails on .NET Core
The Solution
Gapotchenko.FX.Diagnostics.WebBrowser module provides WebBrowser class with a single Launch method.
A pure joy to use that comes without aforementioned drawbacks of the Process.Start(…) method:
using Gapotchenko.FX.Diagnostics;
WebBrowser.Launch("https://example.com/");
Commonly Used Types
Gapotchenko.FX.Diagnostics.WebBrowser
Other Modules
Let's continue with a look at some other modules provided by Gapotchenko.FX:
- Gapotchenko.FX
- Gapotchenko.FX.AppModel.Information
- Gapotchenko.FX.Collections
- Gapotchenko.FX.Console
- Gapotchenko.FX.Data
- Gapotchenko.FX.Diagnostics
- Gapotchenko.FX.IO
- Gapotchenko.FX.Linq
- Gapotchenko.FX.Math
- Gapotchenko.FX.Memory
- Gapotchenko.FX.Security.Cryptography
- Gapotchenko.FX.Text
- Gapotchenko.FX.Threading
- Gapotchenko.FX.Tuples
Or look at the full list of modules.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 is compatible. net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- Microsoft.Win32.Registry (>= 4.5.0)
-
.NETCoreApp 3.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- Microsoft.Win32.Registry (>= 4.5.0)
-
.NETFramework 4.6.1
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- System.Memory (>= 4.5.3)
-
.NETFramework 4.7.1
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- System.Memory (>= 4.5.3)
-
.NETFramework 4.7.2
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- System.Memory (>= 4.5.3)
-
.NETStandard 2.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- Microsoft.Win32.Registry (>= 4.5.0)
- System.Memory (>= 4.5.3)
-
.NETStandard 2.1
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- Microsoft.Win32.Registry (>= 4.5.0)
-
net10.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
-
net5.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
- Microsoft.Win32.Registry (>= 4.5.0)
-
net6.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
-
net7.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
-
net8.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
-
net9.0
- Gapotchenko.FX (>= 2025.1.24-beta)
- Gapotchenko.FX.Diagnostics.CommandLine (>= 2025.1.24-beta)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Gapotchenko.FX.Diagnostics.WebBrowser:
| Package | Downloads |
|---|---|
|
Gapotchenko.FX.Profiles.Core
Represents the Core profile of Gapotchenko.FX toolkit. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2025.1.27-beta | 233 | 10/8/2025 |
| 2025.1.26-beta | 269 | 8/30/2025 |
| 2025.1.25-beta | 610 | 7/22/2025 |
| 2025.1.24-beta | 239 | 7/16/2025 |
| 2025.1.23-beta | 199 | 7/12/2025 |
| 2024.2.5 | 299 | 12/31/2024 |
| 2024.1.3 | 288 | 11/10/2024 |
| 2022.2.7 | 1,017 | 5/1/2022 |
| 2022.2.5 | 852 | 5/1/2022 |
| 2022.1.4 | 860 | 4/6/2022 |
| 2021.2.21 | 986 | 1/21/2022 |
| 2021.2.20 | 879 | 1/17/2022 |
| 2021.1.5 | 727 | 7/6/2021 |
| 2020.2.2-beta | 616 | 11/21/2020 |
| 2020.1.15 | 900 | 11/5/2020 |
| 2020.1.9-beta | 680 | 7/14/2020 |
| 2020.1.8-beta | 620 | 7/14/2020 |
| 2020.1.7-beta | 675 | 7/14/2020 |
| 2020.1.1-beta | 721 | 2/11/2020 |
| 2019.3.7 | 951 | 11/4/2019 |
| 2019.2.20 | 909 | 8/13/2019 |
| 2019.1.151 | 1,015 | 3/30/2019 |