📌  相关文章
📜  [Range(typeof(bool),"true","true", - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:53.191000             🧑  作者: Mango

代码示例1
[Display(Name = "I am over 18 years old")]
        [Range(typeof(bool), "true", "true", ErrorMessage = "Please confirm you are at least 18 years old")]
        public bool OverEighteen { get; set; }