I have page A with many bindable properties .. i want when page A processes end page destroyed and navigating to page B when i press back button should back to navigation page(Main Page)
I use this code
` await _navigateService.NavigateAsync("../Page B");` but exception was thrown ..
"you cannot destory view.page A"
I implement IDestructible and still throw the same exception
how to solve this ?