8452a9cce0
Update unobtrusive Validation
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
@model object
|
|
@{
|
|
Layout = "_FieldLayout.cshtml";
|
|
}
|
|
|
|
@Html.TextBox("", ViewData.TemplateInfo.FormattedModelValue)
|