Why is ValidateInput(False) not working?

前端 未结 7 2388
无人共我
无人共我 2020-11-29 02:21

I am converting an application I created using webforms to the asp.net mvc framework using vb.net. I have a problem with one of my views. I get the yellow screen of death sa

7条回答
  •  独厮守ぢ
    2020-11-29 02:51

    Please note that these suggestions will not fix the problems caused by a bug that occurs when you have to use [ValidateInput(false)] in combination with a FormCollection.

    See: ASP.NET MVC 3 ValidateRequest(false) not working with FormCollection

提交回复
热议问题