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); }
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Mar 23, 2021
$ dotnet add package Geckofx60.32No README available.