I tried to get HTML Source in the following way:
webBrowser1.Document.Body.OuterHtml;
but it does not work. For example, if the original HT
Have a look at this. WebBrowser on MSDN
Alternative you could use Webclient.DownloadString from System.Net (it also has WebClient.DownloadStringAsync...) Here is the description: WebClient on MSDN
Webclient.DownloadString
WebClient.DownloadStringAsync