VB.NET - Web ページ ソースから特定の div を検索し、txt 内を msgbox として出力するにはどうすればよいですか?
これまでのところ、Web ページのソース コードをダウンロードできます。しかし、特定の一連の情報を検索する方法がわかりません。
これまでのコード:
Dim source As String = New
System.Net.WebClient().DownloadString("http://pagewantingtouse.com")
この区分を「記述」と呼び、その中の情報を求めています。メッセージボックスとして出力したい。
以下の例:
<div class="description">
The Amazing Spider-Man is a 2012 American superhero film based on the Marvel
Comics character Spider-Man. It is the fourth installment of the Spider-Man film series, serving
as a reboot.
</div>