Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web ページからテキストをキャプチャするにはどうすればよいですか? ページのソースを取得する必要がありますか?
オブジェクトには、これWebClientを行うために使用できるメソッドがあります。
WebClient
WebClient client = new WebClient(); string html = client.DownloadString("http://www.google.com");