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?
基础教程推荐
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- MS Visual Studio .NET 的替代品 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- rabbitmq 的 REST API 2022-01-01