I'm coding a small test app in C# and I thought it would be real nice to be able to parse the "description" meta tag and also download the favorite icon. I'm not asking for a complete solution but does anyone have any ideas where I should start? Thanks.
As example here is what I would pull from a webpage like www.digg.com
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta name="description" content="The best news, videos and pictures on the web as voted on by the Digg community. Breaking news on Technology, Politics, Entertainment, and more!" />
Thanks!