StreamReader on html

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I want to read text out of an html file with a streamreader, but when I do
that, I get all of the html tags with it. Is there a reader in the .net
compact framework that will allow me to open a .htm file and parse through
it without the code? All I want to read out of the html file is the text,
not the coding.

Thanks,

-Dave
 
Back
Top