HttpRequestValidationexception on Asp.Net MVC
- by elranu
I’m getting an HttpRequestValidationexception with this error message:
“A potentially dangerous Request.Form value was detected from the
client”.
But I have AllowHtml on the property that I’m getting the error.
The problem is that later in my code I’m getting the following property to know in witch format I will show my view…