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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top