Skip to content
Advertisement

Tag: asp.net-core

ASP.Net Core app/JS validation: prompt user to update form, or exit page

I have an ASP.Net Core/Razor app with a simple form: I’m using the built-in client-side validation for things like <input …required> or <input type=”number” min=”0″ …> (Microsoft includes jQuery validation in their MSVS project templates). That all works fine. I’m also doing some additional, custom validation on certain fields. I’d like to give the user the option to either re-do

Advertisement