The simplest solution of full text formating is:
@Html.TextAreaFor(model => model.text, 5, 50, new { disabled = “disabled” })
The simplest solution of full text formating is:
@Html.TextAreaFor(model => model.text, 5, 50, new { disabled = “disabled” })