MVC series Learning (11)-verification and mvc series Verification
1. Use an instance to understand the powerful verification functions in MVC
1.1 create a [basic] mvc project. Because the verification js is used, write the code in a view and the code in the Model is as follows:
<! DOCTYPE html>
Originally, these text boxes have not changed, but some attributes are added. When a verified js file is introduced, Add corresponding js operations based on the attributes on the text box. If the conditions are not met, the form will not be submitted to the server. In fact, the following operations are performed. Set the onsubmit attribute in the form to return a false value, so that the form will not be submitted.
2. Talk about features
This is a feature, which is modified on the SName attribute and some descriptions of the features.
3. Miscellaneous
Some other descriptions of DataType Enumeration