asp.net-mvc-3 – 允许没有找到Html属性[AllowHtml]

前端之家收集整理的这篇文章主要介绍了asp.net-mvc-3 – 允许没有找到Html属性[AllowHtml]前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
任何人都可以告诉我,除了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
原文链接:https://www.f2er.com/aspnet/246445.html

猜你在找的asp.Net相关文章