How can I copy the visible page of a WebBrowser control? Not the HTML, just the text 开发者_运维知识库displayed onscreen.
I'm assuming that you have the full HTML to draw from? The best way would probably be to use regular expressions to remove any html-style text.
using innerText property will remover all tags
精彩评论