The windows forms web browser control supports Javascript; this Javascript can make changes to the DOM. However, when I call the DocumentText property, I always get the unmodified HTML. Is there any way to get the HTML after modification?
The windows forms web browser control supports Javascript; this Javascript can make changes to
Share
You should be able to just do:
webBrowser1.Document.Body.InnerHtml