using < > in a ASP.NET MVC Form causing problems...

Posted by Chompski on Stack Overflow See other posts from Stack Overflow or by Chompski
Published on 2010-06-16T19:16:01Z Indexed on 2010/06/16 19:22 UTC
Read the original article Hit count: 98

Filed under:
|

I have a problem that seems like there should be a simple solution but haven't found it yet.

I have a pretty simple form that calls an action and passes it a FormCollection via HTTP Post.

The form works perfectly until I introduce < or > into the field. Then I end up on a blank page having skipped the Action altogether.

Need more information? Have any suggestions? Please help!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about forms