问题
I have a browser control embeded in a C# windows app. I want to grab the original HTML that the url contained (not the one rendered, which could have been modified by javascript) - same as what would be in view source code in IE.
Any suggestions?
回答1:
WebBrowser.DocumentText or WebBrowser.DocumentStream
来源:https://stackoverflow.com/questions/4079605/get-original-source-code-of-the-url-in-webbrowser-control