我如何从 WebKitBrowser 获取链接
我使用WebKitBrowser(webket.net),我希望当我点击WebKitBrowser内部的链接时我可以自定义如何处理这个链接(有些链接我想指定机器的默认浏览器),所以我想知道我可以在哪里拦截这次活动。
我检查了 webkitbrowser 类,没有找到正确的事件,似乎在 webviewclass 中,但我不确定。
谢谢!
I use WebKitBrowser (webket.net), I hope that when I click on a link inside WebKitBrowser I can customize how to handle this link (some links I want to specify the machine's default browser), so I want to know where I can intercept this event.
I checked the webkitbrowser class, did not find the right event, it seems in the webviewclass, but I'm not sure.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要获取可以使用的链接列表,
您可以使用导航事件来控制每个链接的位置。
如果它是要在您的程序上打开的链接,则无需执行任何操作 - 否则执行此操作
,然后将链接地址发送到系统的浏览器
to get a list of links you can use
you could probably use the Navigating event to control where each link goes.
If it's a link to open on your program do nothing - otherwise do
and then send the link address to the system's browser