End Google Ads 201810 - BS.net 01 --> 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...