我尝试在 MVC 中使用 textboxfor 显示像 22.10.1984 这样的生日,但我不知道如何把它放在一起?
@Html.TextBoxFor(model => model.DateOfBirthDay + "." + model => model.DateOfBirthYear + "." + model => model.DateOfBirthYear)
我尝试在 MVC 中使用 textboxfor 显示像 22.10.1984 这样的生日,但我不知道如何把它放在一起?
@Html.TextBoxFor(model => model.DateOfBirthDay + "." + model => model.DateOfBirthYear + "." + model => model.DateOfBirthYear)