How do I use Mono.WebBrowser?(如何使用 Mono.WebBrowser?)
问题描述
我通过这个页面阅读了两次 http://www.mono-project.com/WebBrowser 但我没有提示如何使用它.
I read through this page twice http://www.mono-project.com/WebBrowser yet I have no clue how to use it.
没有程序集,我也无法使用 Mono.WebBrowser 键入 .直接使用也会报错,因为找不到.
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?
我正在尝试让 Gecko 在 Windows、Mac OS X 和 Linux 上呈现页面.
I am trying to have a Gecko rendering a page on Windows, Mac OS X and Linux.
推荐答案
它通过 COM 工作 - 是的,您需要单独安装.这意味着您需要安装 Mozilla.
It works via COM - yes you need sepparate installations. It means that you need Mozilla installed.
这篇关于如何使用 Mono.WebBrowser?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用 Mono.WebBrowser?


- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01