I have a textarea in mvc. When data is entered into that and I\'m displaying it back to the user, how do I show the line breaks?
textarea
I display like this:
I think this answer solves the problems in a nice way, just using css: style="white-space: pre-line" check also: CSS white space property.
style="white-space: pre-line"