How do I use Mono.WebBrowser?

2019-03-19 09:47发布

I read through this page twice http://www.mono-project.com/WebBrowser yet I have no clue how to use it.

There's no assembly nor can I type using Mono.WebBrowser. Using it directly also causes an error because it's not found.

Do I need some separate installs and how am I supposed to set it up and running?

I am trying to have a Gecko rendering a page on Windows, Mac OS X and Linux.

标签: c# mono gecko
1条回答
\"骚年 ilove
2楼-- · 2019-03-19 10:32

It works via COM - yes you need sepparate installations. It means that you need Mozilla installed.

查看更多
登录 后发表回答