when submitting an http post containing the < character mvc blocks this and reports a potentially dangerous script.This can be overcome in .net 3.5 by adding the controller directive [ValidateInput(false)]This does not work in .net 4.0 so it is not possible to post the contents of a textarea containing the < character.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results