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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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.