简体   繁体   中英

Using a WebBrowser, can you access to all downloaded/ing files?

Let's say that I navigate to google. It will download several files, including artworks, js scripts, etc. Can I access it from a member of WebBrowser, and if not, is there a special methodology to follow, in .Net? I already know HtmlAgilityPack, but it is for local file only. Websites behavior relies on a very strict structure from live, online documents and scripts, so I need something that works with online websites.

The WebBrowser of C# is an old browser and because of this you can't do any complex things like downloading from it. But there is a class in c# called WebClient by which you can download and upload what you want...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM