gpt4 book ai didi

c# - string[] 或 List 的 DataAnnotations MaxLength 和 StringLength?

转载 作者:太空狗 更新时间:2023-10-30 01:19:16 24 4
gpt4 key购买 nike

我想弄清楚是否有使用 DataAnnotations 实现此目的的正确方法:

有一个数组或字符串列表,其中数组或列表中元素的最大数量为 2 个项目,并且每个字符串只能有 255 个字符长。这行得通吗:

[MaxLength(2)]
[StringLength(255)]
public string[] StreetAddress { get; set; }

我宁愿不必创建一个新类来保存字符串 Value 属性以将每个字符串限制为 255 个字符。

最佳答案

您可以通过从验证属性继承来创建自己的验证属性,如下所述:How to: Customize Data Field Validation in the Data Model Using Custom Attributes

关于c# - string[] 或 List<string> 的 DataAnnotations MaxLength 和 StringLength?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23746105/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com