Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我宁愿不要在我的表单上禁用验证。如果我这样做,我觉得我没有利用 MVC 的好处。有没有办法在 mvc 得到它之前对表单中提交的属性的内容进行正则表达式?我只是想只允许字母数字值和一些符号,但仍然保留保护。我必须用 [ValidateInput(false)] 禁用吗?
您可以创建自定义验证属性并将它们应用于整个模型类或单个属性。
http://odetocode.com/blogs/scott/archive/2011/02/21/custom-data-annotation-validator-part-i-server-code.aspx