.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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -