@model Project_Unite.Models.UserPost
@using (Html.BeginForm("PostContent", "Profiles")) { @Html.AntiForgeryToken() @Html.ValidationSummary(); @Html.TextAreaFor(Model=>Model.PostContents, new {@class="form-control", rows="5"}) }