page name

  • Thread starter Thread starter TJS
  • Start date Start date
It's not clear what you're asking. A URL does not contain the page name.
If you're suggesting that, given a URL, you want to know what the Title will
be, you'll need to download the HTML from that URL, then parse it for the
<TITLE> tag. This, of course, only works if the TITLE is set in the <HEAD>
and not via Javascript or some other method.

See the HTTPWebRequest object for a way to download a page.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top