任何人都可以告诉我,除了System.ComponentModel.DataAnnotations之外,我还需要包括什么,以便得到[Allow
Html]的识别?当我将属性添加到属性时,它会告诉我以下编译器错误:
“The type or namespace name ‘AllowHtml’ could not be found (are you missing a using directive or an assembly reference?)”
我需要允许html到我的字段,不能继续,直到我得到这个工作.任何帮助将不胜感激!
谢谢…
解决方法
据我所知,[AllowHtml]属于System.Web.Mvc命名空间.
http://msdn.microsoft.com/en-us/library/system.web.mvc.allowhtmlattribute(v=vs.98).aspx
http://msdn.microsoft.com/en-us/library/system.web.mvc.allowhtmlattribute(v=vs.98).aspx