Sunday, 18 August 2013

Converting HTML to string with HtmlAgilityPack

Converting HTML to string with HtmlAgilityPack

I've parsed a string with HTML to a HtmlAgilityPack.HtmlDocument, but I
can't seem to convert it back to a string.
Dim Document As HtmlAgilityPack.HtmlDocument = New
HtmlAgilityPack.HtmlDocument()
Document.LoadHtml(Result)

No comments:

Post a Comment