在 ASP.NET Webforms 中使用 DataAnnotations 验证

发布于 2024-10-12 15:55:09 字数 72 浏览 4 评论 0原文

有没有办法在 Webforms 中使用 MVC 中常用的相同 DataAnnotations 验证?最好包括客户端和服务器端功能。

Is there a way to use the same DataAnnotations validation commonly used in MVC in Webforms? Preferably including both Client-side and server-side functionality.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

孤千羽 2024-10-19 15:55:09

我自己没有尝试过,但是 本教程表示是

Haven't tried it myself, but this tutorial would indicate yes

这里是我对您要求的验证器的实现。它是功能齐全的数据注释验证器,具有客户端和服务器端验证功能。它支持与 MVC 中相同的可扩展性模式。

here is my implementation of a validator you are asking for. It is fully functional data annotations validator, with both client- and server-side validation. And it supports the same extensibility schema as in MVC.

原谅过去的我 2024-10-19 15:55:09

如果您在 Webforms 应用程序中有正确的命名空间,这里是有效的答案,请参阅我的答案
模型中 Web 表单中的数据注释级别

here is the answer it works if you have the proper namespaces in the webforms app, see my answer here
Data Annotations in webforms at Model level

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文