You can use the WebClient
WebClient client = new WebClient();
string downloadString = client.DownloadString(http://www.gooogle.com);
'Programming' 카테고리의 다른 글
Clojure 프로그래밍 언어(IBM developerWorks) (0) | 2012.11.02 |
---|---|
(.NET) Antialiasing with Lines and Curves (0) | 2012.10.31 |
Do You Really Want to be Doing this When You're 50? (0) | 2012.10.04 |
In Praise of Scripting: Real Programming Pragmatism (0) | 2012.10.01 |
newLISP (0) | 2012.10.01 |