-2
I’m using Asp.net c#, and I wanted to clear the query string so it doesn’t look for the user, for example "http://meusite.com.br/Pagina1.aspx?parametro=Lucas"..... I take this name and use it in my code when on pageLoad, but I would like it to be not visible to the user.
If you can’t redirect after using the variable, there is no way. If so, I put as answer.
– Leonel Sanches da Silva
Hello, from what I saw in this link is possible yes using the function
window.history.pushState
, there is also this article– h3nr1ke
Lucas, try using a friendly URL. Has a link that shows you how to do this. http://www.devmedia.com.br/conceitos-e-exemplo-url-amigaveis-em-asp-net/23270
– user24156
worked out the friendly URL, thanks !
– Lucas Sousa
You use this parameter so that even?
– Intruso