Embarrassingly newbie question:
I have a string field in my model that contains line breaks.
string
@Html.DisplayFor(x => x.MultiLineText)
Try using @Html.Raw("" + Html.LabelFor(x => x.Name) + "")
@Html.Raw("" + Html.LabelFor(x => x.Name) + "")
" + Html.LabelFor(x => x.Name) + "