0

I would like to get in my custom webpart an url address of the site which I was opened just previously before I get to current site(that with my webpart)? How can I achieve this?

truthseeker
  • 2,214
  • 6
  • 30
  • 53

1 Answers1

0

Plain ASP.NET Method of getting the Referrer will work for this.You can easily do this with the Request.UrlReferrer

Community
  • 1
  • 1
Kusek
  • 5,384
  • 2
  • 25
  • 49