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 you tried WebBrowser1.DocumentText
WebBrowser1.DocumentText