geckofx-45 Windows 64bit NuGet Package

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);
}.




Got any geckofx-45 Windows 64bit Question?





Info

Version: 45.0.34
Author(s): geckofx
Last Update: Saturday, January 6, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://bitbucket.org/geckofx/
NuGet Url: https://www.nuget.org/packages/Geckofx45.64


Install
Install-Package Geckofx45.64
dotnet add package Geckofx45.64
paket add Geckofx45.64
Geckofx45.64 Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

5

days-since-last-release

2302