How get html source code of WebPage?
-
Hi, you should have a look at the WebBrowser class, and its Document property. :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
modified on Sunday, June 12, 2011 8:25 AM
-
Hi, you should have a look at the WebBrowser class, and its Document property. :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
modified on Sunday, June 12, 2011 8:25 AM
-
Try DocumentText[^] property of WebBrowser class. It will give you the HTML for the current page displayed in webbrowser.
-
Try DocumentText[^] property of WebBrowser class. It will give you the HTML for the current page displayed in webbrowser.