0

I want to redirect to the previous page on click of a button , i am able to do this using location.href="#PrevPage" will it affect any durandalJs functionality

Manju DS
  • 37
  • 3

1 Answers1

0

You can update to use

router.Navigateback()

Garry Taylor
  • 940
  • 8
  • 19