I take user input into a text area, store it and eventually display it back to the user.
In my View (Razor) I want to do something like this...
@Message.
You can encode your message, then display it raw. Something like:
@Html.Raw(Server.HtmlEncode(Message).Replace("\n", ""))