.NET:System.ComponentModel.DataAnnotationsSystem、NET、DataAnnotations、ComponentModel

2023-09-03 03:46:26 作者:趁醉独饮痛

可有人点我一个基于web /截屏或教程 - 视频preferrably - 这解释了这一新的命名空间,我怎么可以用它来帮助验证如用户输入数据? pretty的吧。

Can someone point me to a web-/screencast or tutorial--video preferrably--that explains this new namespace and how I can use it to help validate data like user input? Pretty please.

推荐答案

试试这个(对不起,不可视):

Try this (sorry, not visual):

ASP.NET MVC的提示#43 - 使用数据注释验证器:

在这篇文章中,我将演示如何利用   优势从校验器   System.ComponentModel.DataAnnotations   命名空间在MVC应用程序。您   可以利用这些验证程序   之前验证表单数据   提交表单数据转换成一个   数据库。

In this tip, I demonstrate how to take advantage of the validators from the System.ComponentModel.DataAnnotations namespace in an MVC application. You can take advantage of these validators to validate form data before submitting the form data into a database.

 
精彩推荐
图片推荐