Avatar of ninusajil
ninusajil

asked on 

to get complete URL in global.asax

i have url of http://localhost:2256/mycityguide/profile.aspx?UserID=NDE%3d#fragment-23

i tried Request.URL and Request.pathandquery it only returns the url and querystring not returing the #fragment-23 in global.asax.i want to get that #fragment-23 also, please help me how can i do this
ASP.NETC#

Avatar of undefined
Last Comment
ninusajil

8/22/2022 - Mon