开发者

How to get the Displayed Webpage source

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜