What I have tried is using HtmlAgilityPack but this does not return the full page.
var getHtmlWeb = new HtmlWeb(); var document = getHtmlWeb.Load(uri); var aTags