<div class="editor-field">
    @Html.TextAreaFor(model => model.Comments)
    @Html.ValidationMessageFor(model => model.Comments)
</div>
<script type="text/javascript">
    $(function () {
        $("#Comments").html("default value");
    });
</script>

 

相关文章: