How can I read the url in browser with asp.net 2.0

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I want to get the url in the browser of the user in asp.net 2.0 and
then to do some parsing with it. Which class/method can I use to get
it?

Thank you.
 
Request.RawUrl gives you the exact url in the address field of the browser.
This is important when you use url rewriting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top