sreenivasa k

sreenivasa k

  • 814
  • 891
  • 31.9k

Hide Or Encrypt Query string in URL.

May 28 2021 6:17 AM
hi,
I m using MVC ASP.net core, I want to hide the query strings in url like as below..
 
http:\\localhost\employeedetails?I'd=123
 
it should be like
 
http:\\localhost\employeedetails 
 
please let me know the approaches.
 
thank you
 

Answers (4)