ryanelian / aspnet-validation

Enables ASP.NET MVC client-side validation without jQuery!
MIT License
40 stars 13 forks source link

Add public validateForm method. #9

Open morgrowe opened 5 years ago

morgrowe commented 5 years ago

I needed to resolve #5. Not sure if this is the best way, but if you're welcome to merge it in if you like.

haacked commented 4 years ago

@morgrowe I ended up creating a fork of this project at https://github.com/haacked/aspnet-client-validation and merged in your PR there.