Get whole content of a frame source from webbrowser
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hello. I have this: this.webBrowser1.Document.Window.Frames[2].Document.Body; Which gives me the HTML source of the main body of the frame. But I need the source of the whole site, including HEAD and all the other tags. Hope your guys can help :)
-
Hello. I have this: this.webBrowser1.Document.Window.Frames[2].Document.Body; Which gives me the HTML source of the main body of the frame. But I need the source of the whole site, including HEAD and all the other tags. Hope your guys can help :)
-
Off couse.. I could have said that myself.. Thanks alot!