【发布时间】:2011-01-06 16:46:14
【问题描述】:
请原谅我对这个问题的无知
我正在使用
string p="http://" + Textbox2.text;
string r= textBox3.Text;
System.Net.WebClient webclient=new
System.Net.Webclient();
webclient.DownloadFile(p,r);
下载网页。你能帮我增强代码以便下载整个网站吗?尝试使用 HTML 屏幕抓取,但它只返回 index.html 文件的 href 链接。我如何继续前进
谢谢
【问题讨论】:
-
您的问题解决了吗?
标签: c# web screen-scraping screen download