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

7 lines
123 B
Plaintext

@model object
@{
Layout = "_FieldLayout.cshtml";
}
@Html.EnumDropDownListFor(m => m, new { @class = "form-control" })