I have this url
window.location.href = '/Cart/?id=22';
browser url will show localhost:12345/Cart/?id=22
, is it possible to hide the /?id=22
from the url?
I have this url
window.location.href = '/Cart/?id=22';
browser url will show localhost:12345/Cart/?id=22
, is it possible to hide the /?id=22
from the url?