Are there any existing frameworks that can download a complete web page (not a web site): A HTML page, it’s style sheets, (javascripts) and images?
I would like to avoid parsing the HTML and stylesheets myself if possible.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I know there is the HTML Agility Pack – this will definitely do the HTML part.
You will be able to easily query it for linked images, stylesheets and javascript files, but it can’t handle those.
See this SO question for CSS parsing.
Apart from using JScript, I can’t think of any Javascript parser for .NET.