從客戶端出現小於等於公式符號引起檢測到有潛在危險的Request.Form 值

能夠在處理Post方法的Action添加一個特性:[ValidateInput(false)],這樣處理就更加有針對性,提升頁面的安全性。安全

[HttpPost]
[ValidateInput(false)]
public ActionResult CatalogEdit(Catalog model)
{
return View();
}it

相關文章
相關標籤/搜索