Which property or function can return the Page's URL in C#?

  • Thread starter Thread starter ABC
  • Start date Start date
"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message
Or better yet, look at the complete Request.Url property,which exposes a
Uri object with very useful functions. Request.Url.AbsoluteUrl

Yes - that is a better solution.
 

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