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");
Alte URL:
/snippet/website-quelltext-downloaden/1107