Given that you have full access to the DOM and therefore you can read any content displayed in WebBrowser, it should be .
- Using a DOM Node Tree Reads WebBrowser Content Into C # World
- Writing to a file using normal access to .NET files.
However, if you just want to load the web page and save it to disk, then itβs better to use the WebBrowser control, see the WebClient class
Ian ringrose
source share