数据注释可以发现其他注释吗?

发布于 2024-12-01 13:26:34 字数 172 浏览 3 评论 0原文

我想构建一个扩展的 DisplayAttribute 注释,它可以检测该属性是否具有所需的属性。并且,如果是这样,则需要在名称前面加一个“*”来显示它。

这可能吗?我似乎无法弄清楚如何发现属性中是否存在其他属性。即使有可能,Html.Label 帮助程序会识别它吗?或者我也必须延长它吗?

I would like to build an extended DisplayAttribute annotation that can detect if the property has the required attribute on it. And, if so and a "* " in front of the name to show it is required.

Is this possible? I can't seem to figure out how to discover if other attributes are present within an attribute. Even if it is possible, will the Html.Label helper recognize it? Or do I have to extend that as well?

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

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

发布评论

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

评论(1

叫嚣ゝ 2024-12-08 13:26:34

编写自定义的 Html.LabelFor 就足够了。您不需要扩展 DisplayAttribute,因为您无法从属性内访问其他属性。

Writing a custom Html.LabelFor will be enough. You don't need to extend the DisplayAttribute as you cannot access other attributes from within an attribute.

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