7
Answers

asp.net core prevent user from re-submitting data

Marius Vasile

Marius Vasile

3y
334
1

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?

Answers (7)