Im working on a little hobby project. I already have written the code to get a url, download the header and return the mime type / content type.
However, the step before this is the one im stuck on - i need to retrieve the contents of all the urls on the page based inside a tag, and in quotes i.e.
...
<link rel='shortcut icon' href="/static/favicon.ico" type="image/x-icon" />
...
Would find the favicon link.
Is there anything helpful in the .net library or is this going to have to be a case for regex?