Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个访问网页但不下载数据的解决方案。我有一组要访问的链接,但我只需要服务器来注册我一直在页面中!你有什么建议!
到目前为止尝试过
if (webBrowser1.StatusText.Contains("remaining")) { webBrowser1.Stop(); }
但这似乎不起作用。
您可以通过控制 application/octatestream 类型的输出来简单地停止它
您可以在内容类型标头中查看此值。如果你得到这个值,它肯定不是一个网页。
除此之外,您还可以屏蔽应用程序/pdf、应用程序/xxx 标头,以便也可以选择性地屏蔽其他文件。
您可以尝试几种组合。