Once I've navigated to a URL, can I retrieve the HTML that's inside the WebBrowser contr开发者_Python百科ol?
Maybe there are some javascript hacks I can do via InvokeScript and ScriptNotify
Yes - use this function:
WebBrowser.SaveToString()
http://msdn.microsoft.com/en-us/library/microsoft.phone.controls.webbrowser.savetostring(v=vs.92).aspx
精彩评论