twitter-bootstrap Bootstrap Validation

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Remarks

  • This validation technique can only be used on inputs that are within a form.

  • Properties must have at least one validation requirement to show highlighting on a failed onSubmit() validation. Data types (other than string) have a hidden data type requirement, so do not require an explicit data annotation. Strings do not have this, so to force a validation check along with the other fields, add the data annotation [MinLengthAttribute(0)].



Got any twitter-bootstrap Question?