Код: Выделить всё
@Html.EditorFor(model => model.DateOfBirth, new { htmlAttributes = new { @readonly = "true" } })
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/379 ... os-browser
Код: Выделить всё
@Html.EditorFor(model => model.DateOfBirth, new { htmlAttributes = new { @readonly = "true" } })
Код: Выделить всё