Geckofx45 45.0.34

.NET Framework 4.5

Requires NuGet 2.5 or higher.

dotnet add package Geckofx45 --version 45.0.34
NuGet\Install-Package Geckofx45 -Version 45.0.34
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: Geckofx45, 45.0.34"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 68,316 1/6/2018
45.0.33 6,954 11/17/2017
45.0.32 12,353 7/5/2017
45.0.31 5,710 5/8/2017
45.0.30 9,586 1/19/2017
45.0.28 6,024 12/13/2016
45.0.27 1,237 12/12/2016
45.0.26 1,110 12/12/2016
45.0.25 1,280 12/10/2016
45.0.24 1,260 12/10/2016
45.0.22 13,945 9/30/2016
45.0.20 9,477 6/9/2016
45.0.19 3,557 5/15/2016
45.0.18 2,039 5/4/2016
45.0.10 3,072 3/16/2016
45.0.9 1,561 3/8/2016
45.0.8 2,029 2/26/2016
45.0.7 2,293 2/12/2016
45.0.6 1,521 2/1/2016
45.0.5 1,527 1/23/2016
45.0.4 1,401 1/22/2016
45.0.3 1,323 1/21/2016
45.0.2 1,382 1/18/2016
45.0.1 5,389 1/18/2016