Get the exact url the user typed into the browser

后端 未结 6 751
轻奢々
轻奢々 2020-12-05 21:42

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

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 22:15

    Easiest way to do this is used client-side programming to extract the exact url:

    
    

提交回复
热议问题