NuGet Package geckofx-45 Linux 64bit

library that allows embeding gecko in C# applications.

Example Usage:

// set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox
// set env var LD_PRELOAD to $(ProjectDir)/Firefox/libgeckofix.so
// add using Gecko

[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-45 Linux 64bit Question?





Info

Version: 45.0.37
Author(s): geckofx
Last Update: Thursday, August 30, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://bitbucket.org/geckofx/
NuGet Url: https://www.nuget.org/packages/Geckofx45.64.Linux


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

1 package depend on this package.


Tags



STATS

must-have-score

.5

avg-downloads-per-day

9

days-since-last-release

2037