comments in asp net and razor code example
Example 1: code for posting comments using mvc c#
<textarea rows="3" placeholder="Your Comment" id="Body" v-model="comment.Body" class="form-control">
@ViewBag.remark
@Model.CreatedDate
@*@Html.DisplayNameFor(model => model.CreatedDate)
@Html.DisplayNameFor(model => model.DocId)*@
</textarea>
Example 2: razor comment
@*This is a RAZOR comment*@