首页 > 其他 > 详细

从客户端(?)中检测到有潜在危险的 Request.Path 值 的解决方案

时间:2016-04-12 19:23:49      阅读:324      评论:0      收藏:0      [点我收藏+]
1         public ActionResult A(string title)
2         {
3             return Redirect("B"+((String.IsNullOrEmpty(title))?"":"?title="+title.ToString()));
4         }
5         public ActionResult B(string title)
6         {
7             return View();
8         }

从客户端(?)中检测到有潜在危险的 Request.Path 值 的解决方案

原文:http://www.cnblogs.com/jinzhaoyoujiu/p/jinzhaoyoujiu.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!