Hi,
My VueJS code is embedded in one of the MVC application.
From the current URL, I wanted to fetch id and page no.
Page URL is something like:
https://www.mydomain.com/folder1/folder2/getdetails/1234/3
Where 123 is the id and 3 is the page no.
In this URL, it is also possible that ID and page no is not provided.
Then the URL will be like
https://www.mydomain.com/folder1/folder2/getdetails
How do we get id and page no from the current URL if available using VueJS?
Please advise.
Kind Regards,
I will check and confirm today.
Kind Regards