I have one winform application. I can get HTML of page using webclient call or HtmlAgilityPack.dll
but issue is that HTML is getting without javascript execution ... let me explain..
let say one div is in HTML page which is hide by javascript using style=display:none; but when I get html using these techniques i can not get this div hidden... it shows me that div...