Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Created June 17, 2015 18:13
Show Gist options
  • Save csharpforevermore/61e576dfb56bcdbadae0 to your computer and use it in GitHub Desktop.
Save csharpforevermore/61e576dfb56bcdbadae0 to your computer and use it in GitHub Desktop.
HtmlDocument doc = new HtmlDocument();
doc.LoadHtml(html);
string s = doc.DocumentNode.SelectSingleNode("//body").InnerText;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment