2013年2月28日

摘要: 在asp.net mvc4中使用kindeditor编辑器提交富文本时,出现如下错误:“A potentially dangerous Request.Form value was detected from the client”从Descriptions的内容可知,是由于内容中包含HTML标签造成的,错误本身给出的解决方案链接是:http://www.asp.net/whitepapers/request-validation1、按照这个页面给的额解决方案,将“Web.config”文件中的“system.web”节点添加以下内容:<system.web> <pages 阅读全文
posted @ 2013-02-28 11:09 ^_^LYNDON 阅读(428) 评论(0) 推荐(0)

导航