Geckofx45 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);
}
Requires NuGet 2.5 or higher.
Install-Package Geckofx45 -Version 45.0.34
dotnet add package Geckofx45 --version 45.0.34
<PackageReference Include="Geckofx45" Version="45.0.34" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geckofx45 --version 45.0.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
45.0.34 | 44,647 | 1/6/2018 |
45.0.33 | 4,760 | 11/17/2017 |
45.0.32 | 11,326 | 7/5/2017 |
45.0.31 | 5,079 | 5/8/2017 |
45.0.30 | 8,620 | 1/19/2017 |
45.0.28 | 5,484 | 12/13/2016 |
45.0.27 | 724 | 12/12/2016 |
45.0.26 | 605 | 12/12/2016 |
45.0.25 | 745 | 12/10/2016 |
45.0.24 | 722 | 12/10/2016 |
45.0.22 | 12,066 | 9/30/2016 |
45.0.20 | 7,435 | 6/9/2016 |
45.0.19 | 2,936 | 5/15/2016 |
45.0.18 | 1,527 | 5/4/2016 |
45.0.10 | 2,475 | 3/16/2016 |
45.0.9 | 1,023 | 3/8/2016 |
45.0.8 | 1,085 | 2/26/2016 |
45.0.7 | 1,683 | 2/12/2016 |
45.0.6 | 987 | 2/1/2016 |
45.0.5 | 959 | 1/23/2016 |
45.0.4 | 832 | 1/22/2016 |
45.0.3 | 796 | 1/21/2016 |
45.0.2 | 871 | 1/18/2016 |
45.0.1 | 4,644 | 1/18/2016 |