.net - How can I get the whole requested url in C#? -
.net - How can I get the whole requested url in C#? -
possible duplicate: how url hash (#) server side c# finish url “#”
if phone call page http://www.mywebsite.it?param=1
request.url
i all. on http://www.mywebsite.it?param=1#1234
i can't whole address. #1234 ignored. how can it?
you can't portion starts #
since isn't transmitted server.
it handled client side.
as such, may able utilize javascript extract , transmit server (xhr, hidden field or other technique).
c# .net request
Comments
Post a Comment