Hello everyone please let me know how to get URL without query string parm like without? / 3D
Loading
Hello everyone please let me know how to get URL without query string parm like without? / 3D
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RohanPosted Jul 8, 2022, 9:52 AM
Abhishek Chadha not good solution
Abhishek ChadhaPosted Jul 8, 2022, 9:44 AM
RohanPosted Jul 8, 2022, 9:31 AM
Abhishek ChadhaPosted Jul 8, 2022, 9:28 AM
RohanPosted Jul 8, 2022, 9:02 AM
RohanPosted Jul 8, 2022, 7:30 AM
Abhishek ChadhaPosted Jul 8, 2022, 7:29 AM
Abhishek ChadhaPosted Jul 8, 2022, 7:22 AM
You can try decodeURIComponent() in JS
var querystring = "https://localhost:44322/Identity/Account/Login?ReturnUrl=%2FSearch%2FList%3FKeyword%3DThe.com%26PoSearch%3Dtrue"
console.log(decodeURIComponent(querystring));
RohanPosted Jul 8, 2022, 6:36 AM