How to direct to selected Razor page when clicking browser back button
I am creating an ASP .NET core project. When user logged into the system that user can back again logging page by browser back button. I wants to prevent that and direct into logout Razor page. How can I do it.