Page URL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mythran

    Page URL

    Probably can't do this without adding properties/methods myself, but worth a
    shot! :)

    I would like to know if how, if possible, to get the URL of a
    non-instantiated Page object. I don't think it's possible because it's not
    instantiated. When a page does get instantiated, it can have more than 1
    URL...correct?

    Thanks,
    Mythran

  • msdn

    #2
    Re: Page URL

    This is the URL in Generic Terms

    URL<http://www.yourdomain. com/yourNonInstanti atedPage.aspx>

    Sa


    "Mythran" <kip_potter@hot mail.comREMOVET RAIL> wrote in message
    news:uYR0AzofGH A.3996@TK2MSFTN GP04.phx.gbl...[color=blue]
    > Probably can't do this without adding properties/methods myself, but worth
    > a shot! :)
    >
    > I would like to know if how, if possible, to get the URL of a
    > non-instantiated Page object. I don't think it's possible because it's
    > not instantiated. When a page does get instantiated, it can have more
    > than 1 URL...correct?
    >
    > Thanks,
    > Mythran
    >[/color]


    Comment

    • Kevin Spencer

      #3
      Re: Page URL

      Hi Myrthan,

      Under normal circumstances, a page has a single URL, that being the URL of
      the web site with the path to that page included. In some (rare) cases, an
      HTTP Handler can accept requests for any resource having a given file
      extension, regardless of the actual location of any file.

      --
      HTH,

      Kevin Spencer
      Microsoft MVP
      Professional Numbskull

      The man who questions opinions is wise.
      The man who quarrels with facts is a fool.

      "Mythran" <kip_potter@hot mail.comREMOVET RAIL> wrote in message
      news:uYR0AzofGH A.3996@TK2MSFTN GP04.phx.gbl...[color=blue]
      > Probably can't do this without adding properties/methods myself, but worth
      > a shot! :)
      >
      > I would like to know if how, if possible, to get the URL of a
      > non-instantiated Page object. I don't think it's possible because it's
      > not instantiated. When a page does get instantiated, it can have more
      > than 1 URL...correct?
      >
      > Thanks,
      > Mythran
      >[/color]


      Comment

      Working...