[HttpPost]
[ValidateInput(false)]
public ActionResult UpdateInformationData(ITMovingData p_data)
{
p_data.InformationContent = Models.Common.DataChange.ToHtml(p_data.InformationContent);
long id = dal.InsertInformationDate(p_data);
return Json(id, JsonRequestBehavior.AllowGet);
}

使用[ValidateInput(false)]就能接收带标签值的提交

最新文章

  1. ThinkPHP实现定时任务
  2. Leetcode Combination Sum II
  3. Use the PDFs below or the HTML contents to the left to install and configure P6 EPPM and its additional components.
  4. 基础学习day09--内部类
  5. ORA-00931: missing identifier ORA-06512: at "SYS.DBMS_UTILITY"
  6. [ruby on rails] 跟我学之(6)显示指定数据
  7. Discuz! 6.x/7.x 全局变量防御绕过导致命令执行
  8. C++ STL 算法精选之查找篇
  9. 自定义PopupWindow动画效果
  10. poj 3177
  11. codeforces 552 E. Vanya and Brackets 表达式求值
  12. 【算法系列学习】DP和滚动数组 [kuangbin带你飞]专题十二 基础DP1 A - Max Sum Plus Plus
  13. 【转】wget(二)
  14. python3 - 文本读音器
  15. Aurelia 创建模板
  16. Division and Union CodeForces - 1101C (排序后处理)
  17. Python(文件操作实例)
  18. 查看CPU温度
  19. go的数据库操作mysql
  20. [OpenCV-Python] OpenCV 中的图像处理 部分 IV (三)

热门文章

  1. jmeter逻辑控制详解(1)
  2. unity editor 折叠树
  3. 流程控制: if分支 while循环 for循环
  4. 应用安全-安全设备-Waf系列-软Waf-D盾
  5. lambda表达式(1)
  6. framebuffer设备驱动分析
  7. vue观察模式浅析
  8. Python内建函数enumerate()用法及在for循环应用
  9. go中string类型转换为基本数据类型的方法
  10. MySQL concat函数里面单引号的使用