8452a9cce0
Update unobtrusive Validation
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
@model object
|
|
@{
|
|
Layout = "_FieldLayout.cshtml";
|
|
}
|
|
|
|
@Html.EnumDropDownListFor(m => m, new { @class = "form-control" })
|