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

6 lines
150 B
Plaintext

@model object
@{
Layout = "_FieldLayout.cshtml";
}
@Html.Password("", ViewData.TemplateInfo.FormattedModelValue, new { @class = "form-control" })