How to get rendered html (processed by Javascript) in WebBrowser control?

前端 未结 5 508
深忆病人
深忆病人 2020-11-27 06:50

I have an ASP.NET page and some custom class that fetch specified webpage, and returns this page body.

protected String GetHtml()
{
          Thread thread =         


        
5条回答
  •  青春惊慌失措
    2020-11-27 07:47

    Another way would be to set a timer on the form, then when the timer hits, the page will have re-rendered and you can parse the page.

提交回复
热议问题