Feedback

Website-Quelltext Downloaden

Sprache: C#

Website-Quelltext Downloaden www.citrusnet.ch/blog
// using System.Net;
// Apfel Tools
// www.citrusnet.ch/blog

WebClient webClient = new WebClient();
string html = webClient.DownloadString("http://www.google.com");
                   
// using System.Net;
// Apfel Tools
// www.citrusnet.ch/blog

WebClient webClient = new WebClient();
string html = webClient.DownloadString("http://www.google.com");