Geckofx45 45.0.34
Requires NuGet 2.5 or higher.
dotnet add package Geckofx45 --version 45.0.34
NuGet\Install-Package Geckofx45 -Version 45.0.34
<PackageReference Include="Geckofx45" Version="45.0.34" />
paket add Geckofx45 --version 45.0.34
#r "nuget: Geckofx45, 45.0.34"
// Install Geckofx45 as a Cake Addin #addin nuget:?package=Geckofx45&version=45.0.34 // Install Geckofx45 as a Cake Tool #tool nuget:?package=Geckofx45&version=45.0.34
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);
}
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 (2)
Showing the top 2 NuGet packages that depend on Geckofx45:
Package | Downloads |
---|---|
CJLink
CJLink V1.0 |
|
Jack.JSUnitTest
在.net单元测试里面,支持JavaScript单元测试 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
45.0.34 | 86,048 | 1/6/2018 |
45.0.33 | 7,353 | 11/17/2017 |
45.0.32 | 12,935 | 7/5/2017 |
45.0.31 | 6,729 | 5/8/2017 |
45.0.30 | 10,030 | 1/19/2017 |
45.0.28 | 6,235 | 12/13/2016 |
45.0.27 | 1,452 | 12/12/2016 |
45.0.26 | 1,344 | 12/12/2016 |
45.0.25 | 1,538 | 12/10/2016 |
45.0.24 | 1,526 | 12/10/2016 |
45.0.22 | 15,880 | 9/30/2016 |
45.0.20 | 10,294 | 6/9/2016 |
45.0.19 | 4,096 | 5/15/2016 |
45.0.18 | 2,279 | 5/4/2016 |
45.0.10 | 3,330 | 3/16/2016 |
45.0.9 | 1,767 | 3/8/2016 |
45.0.8 | 2,253 | 2/26/2016 |
45.0.7 | 2,581 | 2/12/2016 |
45.0.6 | 1,888 | 2/1/2016 |
45.0.5 | 1,790 | 1/23/2016 |
45.0.4 | 1,640 | 1/22/2016 |
45.0.3 | 1,530 | 1/21/2016 |
45.0.2 | 1,575 | 1/18/2016 |
45.0.1 | 5,808 | 1/18/2016 |