I need to parse dynamically generated HMTL code using a HTML Agility pack.
For example this code:
<div class="navigation_noClass"> There are 43 articles </div>
is not displayed in the Page Source option of the web browser, i.e. this code can only be visible using some inspect tools such as Firebug, Inspect Context ...