Geckofx45.64
45.0.34
Requires NuGet 2.5 or higher.
dotnet add package Geckofx45.64 --version 45.0.34
NuGet\Install-Package Geckofx45.64 -Version 45.0.34
<PackageReference Include="Geckofx45.64" Version="45.0.34" />
paket add Geckofx45.64 --version 45.0.34
#r "nuget: Geckofx45.64, 45.0.34"
// Install Geckofx45.64 as a Cake Addin #addin nuget:?package=Geckofx45.64&version=45.0.34 // Install Geckofx45.64 as a Cake Tool #tool nuget:?package=Geckofx45.64&version=45.0.34
library that allows embeding gecko in C# applications.
Example Usage:
[STAThread]
static void Main(string[] args)
{
Xpcom.Initialize("Firefox64");
var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill};
Form f = new Form();
f.Controls.Add(geckoWebBrowser);
geckoWebBrowser.Navigate("www.google.com");
Application.Run(f);
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.