المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to Save Web Page, complete in C#



C# Programming
04-02-2009, 05:24 PM
I try following code;

WebClient wClient = new WebClient();
wClient.DownloadFile("http://www.google.com", "C:\\google.html");

But those code do not download resource file (like css, image...). How can I download COMPLETE web page using with C#.NET

Best Regards...