asp.net-mvc-3 - System.ComponentModel.DataAnnotations 备忘单?

标签 asp.net-mvc-3 c#-4.0 data-annotations

是否有 .NET 库 System.ComponentModel.DataAnnotations 的备忘单?

这是用于标记 ASP.NET MVC 3 模型类的库。

例如:

 [Required]
 [MaxLength(20)]
 [Display(Name = "Asset")]
 public string AssetNumber { get; set; }

  [Required]
  public int StatusID { get; set; }

最佳答案

MSDN documentation怎么样?

关于asp.net-mvc-3 - System.ComponentModel.DataAnnotations 备忘单?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10090892/

相关文章:

jquery - Microsoft JScript 运行时错误 : Unable to get value of the property 'defaultView' : object is null or undefined

asp.net - 我如何从Ajax调用Web API Controller

asp.net - RadNumericTextBox 中的舍入问题

javascript - MVC 和 HTML5 验证 : conflict with the decimal format

asp.net-mvc - 部分 View 未在其包含的主视图中呈现(而是在其自己的页面中呈现)?

c# - RedirectPermanent 在 ASP.NET MVC 3 应用程序中导致奇怪的结果

arrays - 相交两个数组

asp.net-core - 用于 DataAnnotations 本地化的单个资源文件

wcf - 在 WCF 服务中发布 DataAnnotation 属性,并在使用者代理类中重新生成它们?

asp.net-mvc - MVC Controller 操作参数为空