Files
LeafWeb/WebCms/Views/Shared/EditorTemplates/Multiline.cshtml
T
poprhythm 8452a9cce0 Add registration workflow
Update unobtrusive Validation
2020-01-10 14:52:11 -05:00

9 lines
144 B
Plaintext

@model object
@{
Layout = "_FieldLayout.cshtml";
}
<div class="">
@Html.TextAreaFor(m => m, new{rows=8, @class="form-control"})
</div>