问题标签 [webkit.net]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
82 浏览

c# - 如何在 wpf 中禁用 webkit.net 图像加载?

我尝试在我的 wpf 项目中使用 webkit.net 浏览器。但是加载页面的图像会慢得多。我不需要他们。你能告诉我如何禁用图像吗?ps:我以编程方式添加浏览器。

0 投票
1 回答
43 浏览

c# - 重用空类

看下面的代码

要每次清空 RAM,wb1 必须为空。但随后它变为空,不再命中并说它已经为空。那么如何在 timer2 中获取 null 然后在 timer1 中导航?

0 投票
0 回答
70 浏览

c# - 在 c# 中使用浏览器扩展 - WebKit.NET 或默认浏览器

是否可以在 c# webbrowser 中使用浏览器扩展?我想在 c# 浏览器中使用 VPN 扩展。