I ‘m implementing my version of “ShareThis” in my webpage.
How can i get the client’s browser displayed address with Asp.NET?
I am little confused with this one since the url to share…
1) is created with URL rewriting
2) contains Greek characters.
P.S. The client url is like example.com/ελληνικα/βιβλια
Use this command, its get what is on url (even if has pass url-rewriting)
Of cource you can go and with javascript solution that mention here.
🙂 ευκολο.
Update
I first answer with RawUrl because of the asp.net tag, and not any javascript tag.