I need to get html code of a web site using c# (web browser or webrequest) but I have a problem for html code created by javascript.
actually I need View Generated Source of Web Developer plugin (its plugin of firefox)
how can i do it?
edit1: I found a solution using javascript:'' + window.document.body.outerHTML+ '' but it's not working in IE9