I’ve been tasked with writing an archiver for a set of pages within an online directory. Is there a command in ASP.NET to save the source code of a web page to a string so that it can be inserted into a database.
I have the database setup and can do that part just fine. I just need help downloading the HTML source from our directory member websites.
Thanks,