I have a page have url "http://localhost:1099/call.aspx#3d7b6b" I have used HttpContext.Current.Request.Url.AbsoluteUri but it shows me only this http://localhost:1099/call.aspx .. I want to get complete url
Asked
Active
Viewed 37 times
0
-
You can't. The URL fragment is not sent to the server. – Nov 21 '18 at 21:44
-
Possible duplicate of [How to get Url Hash (#) from server side](https://stackoverflow.com/questions/317760/how-to-get-url-hash-from-server-side) – Nov 21 '18 at 21:45