开发者

How to get the Displayed Webpage source

开发者 https://www.devze.com 2022-12-11 18:55 出处:网络
how can i get the web-page source displayed on a web-browser control, either in c# or Win32.even ATL COM also fine.

how can i get the web-page source displayed on a web-browser control, either in c# or Win32.even ATL COM also fine. i mean.. i dont want to create new "HTTPReqest" or "openURL" to get source.. i want to get the source from the control only..is it possible for windows mo开发者_JAVA百科bile.. if so how?.. please let me know.

Thank u


Assume this as the pseudocode

wbBrowser.Document.innerHtml

The Document property should be the starting point for you to look into.

0

精彩评论

暂无评论...
验证码 换一张
取 消