I am writing a search engine (why not hey?) and need to handle navigating relative urls such as "../about.aspx", "/about.aspx" "about.aspx" etc
Is there anything out there or in the .Net Library's which can convert these to absolute addresses?
I am writing a search engine (why not hey?) and need to handle navigating relative urls such as "../about.aspx", "/about.aspx" "about.aspx" etc
Is there anything out there or in the .Net Library's which can convert these to absolute addresses?
Take a look at the System.Uri class, the System.UriBuilder class, and the System.HttpStyleUriParser class