标签:
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