Detect URL and Download content from it
Posted
by Veejay
on Stack Overflow
See other posts from Stack Overflow
or by Veejay
Published on 2010-04-21T02:57:43Z
Indexed on
2010/04/21
3:03 UTC
Read the original article
Hit count: 344
c#
I have a page 'PageA' that has around 20 links on it. Each link leads to a different page.
How can I access all the links on PageA programmatically and then download each of the pages(20) as .mht?
Also is there any existing app that does that?
© Stack Overflow or respective owner