8452a9cce0
Update unobtrusive Validation
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
@model object
|
|
@{
|
|
Layout = "_FieldLayout.cshtml";
|
|
}
|
|
|
|
<div class="">
|
|
@Html.TextAreaFor(m => m, new{rows=8, @class="form-control"})
|
|
</div>
|