Every time a user posts something containing < or > in a page in my web application, I get this exception thrown.
<
>
I don\'t want to go
You can use something like:
var nvc = Request.Unvalidated().Form;
Later, nvc["yourKey"] should work.
nvc["yourKey"]