I Had a confusion about using BindProperty in ASP.NET [closed]
Closed 10 days ago.
I Had a confusion about using BindProperty in ASP.NET [closed]
Closed 10 days ago.
I Had a confusion about using BindProperty in ASP.NET [closed]
Closed 10 days ago.
How to make this URL pattern acceptable in ASP.NET Core?
I am working in an ASP.NET Core project with Razor pages and I am trying to make this URL pattern
How do you prevent multiple form submssions to api controller or pagemodel in asp.net core with razor pages?
My PageModel is allowing users to submit the form multiple times. I’ve managed to replicate the behavior by using Space
to “click” the Save button multiple times.