Hi, I want to save the HTML of a webpage and have tried to do so using a webbrowser control. I have successfully used the .Navigate method, but I don't know any way to save the file to disk. Is this possible?
.Visible is set to false as I do not want to display the page, I'm thinking this is creating more overhead than should be needed. Is there a faster or more efficient way to do this?
Thanks,
Derek
.Visible is set to false as I do not want to display the page, I'm thinking this is creating more overhead than should be needed. Is there a faster or more efficient way to do this?
Thanks,
Derek