码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-04-12 19:25:03      阅读:119      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!