A potentially dangerous Request.Form value was detected from the client (textboxError=“<Response…”)

前端 未结 4 1047
礼貌的吻别
礼貌的吻别 2020-12-03 22:11

I\'m using ozeki ng SMS gateway. I\'m unable to send any SMS to any mobile. Please help me to send SMS through net to mobile

A potentially dangerous Request.Form v

4条回答
  •  庸人自扰
    2020-12-03 23:13

    this just worked for me...

     [HttpPost, ValidateInput(false)]
     public ActionResult updateContact(FormModel model)
     {
        //contents
     } 
    

提交回复
热议问题