I would like to get the exact url that user typed into the browser. Of course I could always use something like Request.Url.ToString() but this does not give me
Request.Url.ToString()
Easiest way to do this is used client-side programming to extract the exact url: