The web page is using JavaScript to put content on the page, so then I got plain HTML there is no data on the page. I need somerthing that will not only read the HTML, but also will execute and apply JavaScript to DOM, and only then return result as HTML text.
The task is exactly same as in this question, but I'm looking a solution for .NET.