Update validation.md (#2418)
parent
50b4afe18d
commit
443f0680e2
|
@ -14,6 +14,8 @@ uid: tutorials/first-mvc-app/validation
|
||||||
---
|
---
|
||||||
# Adding Validation
|
# Adding Validation
|
||||||
|
|
||||||
|
By [Rick Anderson](https://twitter.com/RickAndMSFT)
|
||||||
|
|
||||||
In this section you'll add validation logic to the `Movie` model, and you'll ensure that the validation rules are enforced any time a user attempts to create or edit a movie.
|
In this section you'll add validation logic to the `Movie` model, and you'll ensure that the validation rules are enforced any time a user attempts to create or edit a movie.
|
||||||
|
|
||||||
## Keeping things DRY
|
## Keeping things DRY
|
||||||
|
|
Loading…
Reference in New Issue