using System.Net;
private string DownloadPagesource(string Url)
private string DownloadPagesource(string Url)
{
WebClient wc = new WebClient();
return wc.DownloadString(Url);
}
//This Method Return You To Website Page Source Code
//This Method Return You To Website Page Source Code
No comments:
Post a Comment