Is their any possibility to get the non-html content from a page? What i mean by non-html is that, words/sentences in a page other than html tags.
I can take the source code by using
Dim sourceString As String = New System.Net.WebClient().DownloadString("SomeWebPage.com")
But how can i get the non-html content only from a webpage as like this?