Hello all,
I have a task to do.
I need to download a web page and to see if the page contains any RSS feeds.
I know how to download a web page to string using Http APIs in C#, but how can I determine the http page string contains any RSS feeds or not?
Thanks
Jack