asp.net what are server comments 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: comments in c#
// Single Line Comment
/*
Multiline
Comments
*/