I am developing a windows phone 7 application. I am using webbrowser control in my application. I want to get the HTML code of the content that I am loading in the webbrowser control. I need to parse the HTML content to do someother functions. So how can I get the HTML code of the content that I am displaying in the webbrowser control ?. Please help.
Thanks