Most Efficient way to get the <title> of a URL?
Posted
by rksprst
on Stack Overflow
See other posts from Stack Overflow
or by rksprst
Published on 2010-05-24T23:37:22Z
Indexed on
2010/05/24
23:41 UTC
Read the original article
Hit count: 220
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?
© Stack Overflow or respective owner