Why is my function just skipping over the code that uses HtmlAgilityPack?
See the question and my original answer on StackOverflowHtmlDocument.ToString() does not send back the text, unless you changed the original code, maybe you're looking for HtmlDocument.DocumentNode.OuterXml or Document.Save( ... text ...)?