WebBrowser 控件无法导航到“file://”的链接协议 URI

发布于 2024-08-29 09:32:56 字数 336 浏览 9 评论 0原文

我将 DocumentText 属性设置为包含如下链接的 HTML 字符串:

<a href="file:///D:/dir/file.html">NewPage</a>

链接在 Web 浏览器中正确显示,但单击它们时没有任何反应。 Navigating、Naviated 和 DocumentComplete 事件不会触发 - 似乎什么也没有发生。

AllowNavigation 为 true,并且其他使用 HTTP 的链接正常工作。

有什么想法吗?

I am setting the DocumentText property to an HTML string that contains links like:

<a href="file:///D:/dir/file.html">NewPage</a>

The links are shown properly in the WebBrowser, but nothing happens when I click them. The Navigating, Navigated and DocumentComplete events do not fire - nothing seems to happen at all.

AllowNavigation is true and other links using HTTP are working.

Any ideas please?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

べ映画 2024-09-05 09:32:56

DocumentText 引起了太多问题,因此我实现了一个小型 HTTP 服务器,这使得 WebBrowser 控件满意:

http:// /www.nickbutler.net/Article/WebBrowserEx

尼克

DocumentText was causing too many problems, so I implemented a tiny HTTP server which makes the WebBrowser control happy:

http://www.nickbutler.net/Article/WebBrowserEx

Nick

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文