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.
假设我导航到谷歌。它将下载几个文件,包括艺术作品、js 脚本等。我可以从 WebBrowser 的成员访问它吗?如果不能,在 .Net 中是否有特殊的方法可以遵循?我已经知道 HtmlAgilityPack,但它仅适用于本地文件。网站行为依赖于来自实时在线文档和脚本的非常严格的结构,因此我需要一些适用于在线网站的东西。
C# 的 WebBrowser 是一个旧的浏览器,因此你不能做任何复杂的事情,比如从它下载。但是在 c# 中有一个名为 WebClient 的类,您可以通过它下载和上传您想要的内容......