Hello,
WebView本身并没有提供直接回去html内容的方法,一个常用的方式是同过javascript来获取:
string html = MyWebView.InvokeScript("eval", new string[] { "document.documentElement.outerHTML;" });
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.