无法使用ResourceType - Reference安装

时间:2015-09-30 00:16:38

标签: c# asp.net-mvc reference

我正在尝试使用:

System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType

我的视觉工作室不认识它。 我已经安装了参考:  References

在模型中我无法使用它: Model

我不知道为什么会这样。有人能帮我吗?

提前致谢

1 个答案:

答案 0 :(得分:1)

)属性后您有一个结束Name。您的属性需要

[Display(Name = "Name", ResourceType = typeof(...))]
public int Email { get; set; }