8452a9cce0
Update unobtrusive Validation
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
@model object
|
|
@{
|
|
Layout = "_FieldLayout.cshtml";
|
|
}
|
|
@Html.Password("", ViewData.TemplateInfo.FormattedModelValue, new { @class = "form-control" })
|