你的位置:首页 > 软件开发 > ASP.net > 从客户端(?)中检测到有潜在危险的 Request.Path 值 的解决方案

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

发布时间:2016-04-12 22:11:01
1 public ActionResult A(string title)2 {3 return Redirect("B"+((String.IsNullOrEmpty(title))?"":"?tit ...
1     public ActionResult A(get='_blank'>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 值 的解决方案

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录