geckofx-60 Windows 32bit NuGet Package

library that allows embeding gecko in C# applications.

Example Usage:

[STAThread]
static void Main(string[] args)
{
Xpcom.Initialize("Firefox");
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-60 Windows 32bit Question?





Info

Version: 60.0.55
Author(s): geckofx
Last Update: Tuesday, March 23, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://hg.sr.ht/~hindlemail/geckofx
NuGet Url: https://www.nuget.org/packages/Geckofx60.32


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

1 package depend on this package.


Tags



STATS

must-have-score

4.1

avg-downloads-per-day

11

days-since-last-release

1128