I am creating an SPA on a .aspx page. What I want to achieve is:
- When pressing F5, I need the angular route to persist
- On a click server event, I want to redirect(or transfer) to the same page, including the angular route
Is this possible?. If not, Is there any workaround?