@model Project_Unite.Models.CreateTopicViewModel @{ ViewBag.Title = "Post reply"; }
| @Html.DisplayNameFor(Model => Model.Body)
This is the content of your topic. You can use Markdown formatting to style your post. |
@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" }) |