Most Efficient way to get the <title> of a URL?
- by rksprst
It's simple to do a webrequest, get the page and parse the html to get the title of the page.
But I'm wondering if there is a more efficient way that is faster, and doesn't require downloading the whole html?