Getting the error here:
ValueProviderResult value = bindingContext.ValueProvider.GetValue(\"ConfirmationMessage\");
How do I allow on a sel
As Mike Godin wrote, even if you set [ValidateInput(false)] attribute, you have to use Request.Unvalidated.Form instead of Request.Form This worked for me with ASP.NET MVC 5