Getting web page text from HTML

  • Thread starter Thread starter Ignacio X. Domínguez
  • Start date Start date
I

Ignacio X. Domínguez

Hi everyone. Which is the easiest way to obtain the text from a web page?
Actually I can get the HTML code for the page but what I need is to get the
text of the page without any tag, comment, script, link(I want these as
text), etc. Is there any class in C# that does this in a similar way as the
strip_tags() function in PHP?

Thanks!

Ignacio
 
Back
Top