私はusing System.ComponentModel.DataAnnotations;ファイルの先頭にありますが、基本的に私が持っている属性は[DisplayName]と[Readonly]. さえ[Display(Name...]存在しません。私は何が欠けていますか?
2 に答える
0
Tools like Resharper allow you to analyze the using statements in a code file.
If you find that you do not need the using statement, remove it.
于 2013-09-19T15:26:14.113 に答える