MVC中过虑特殊字符检测

[ValidateInput(false)]
[HttpPost]
public ActionResult Modify(Models.BlogArticle model)
{
        //......
}

以上为过虑方法,主要是为标红的部分

posted on 2016-06-19 07:10  blog_zt  阅读(1057)  评论(0编辑  收藏  举报

导航