Ryuzaki
0
Q:

c# get url html

using System.Net;

using (WebClient web1 = new WebClient())
	string data = web1.DownloadString("URL");
	Console.WriteLine(data);
}
3

Tags

New to Communities?

Join the community