using VB.net or c#, How do I get the generated HTML source?
To get the html source of a page I can use this below but this wont get the generated source, it won\'t c
You can use this code:
webBrowser1.Document.Body.OuterHtml