Can someone please tell me, is it possible to find out which URL is displayed currently on the browser? I am doing a URL rewrite, and in code I want to check which URL is currently displayed.
Is there a way to check this out?
I have tried to get the URL by Request.URL, but I am getting the actual URL not the rewritten URL.
So is there a way to get the displayed URL, instead of the actual URL?
Thanks in Advance.