http - Accessing Jump Links (the part of the URL after a hasch character, #) from the code behind -


Does anyone know that it is possible to access the name of a link in the C # code?

By typing some URLs, writing the item again and I'm thinking that I can not be able to see that part of the URL.

By default, my URL looks like this:

Term 1

And I want to reach " Term 1 " I can not see it in ServerVariables ...

Any ideas?!?!?

Thank you!

The hash character is for client side navigation. # After nothing has not been stored on the server.

to:

The slice identifier functions different from the remaining URI: that is, its processing is only client-with no interaction with the server when an agent (eg Web browser) requests a resource from a web server, then the agent sends the URI to the server, but does not send the piece.

its technical name


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -