Save web page in IE
-
Hi, How can I save web page in IE by c# such that it just like one clicking the "Save" button in IE and the web pages will be save in one html plus a folder of its associated images ? Thanks
Kim0618 wrote:
How can I save web page in IE by c#
AFAIK, you can't do that. For saving web pages, work with "WebClient" class. It has got methods to download a file or data from a webpage. Then use regular expressions to see what are the other resources (images,styles etc) used and send separate request for these to download. There should be an article on this here in CP. Try searching.
Navaneeth How to use google | Ask smart questions
-
Hi, How can I save web page in IE by c# such that it just like one clicking the "Save" button in IE and the web pages will be save in one html plus a folder of its associated images ? Thanks