Getting text from a URL in ASP.NET

Posted by user102533 on Stack Overflow See other posts from Stack Overflow or by user102533
Published on 2010-02-13T02:47:34Z Indexed on 2010/04/06 15:43 UTC
Read the original article Hit count: 206

Filed under:
|

I am looking for a reliable way of extracting text given the web address, in ASP.NET/C#. Can anyone point me the right direction?

Also, the web address could be say a news site that might have a lot of ads and menus etc. I need some intelligent way of extracting only the relevant content. Not sure how this could be done as how would I define what relevance is?

Should I maybe read from a RSS feed? Any thoughts on this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#