I am using an asp.net core razor pages web app and I want to prevent using back button and re-submitting same data after a post. Is there a more simpler way than disabling the back button for a specific page or checking data against database?