編集ビューをクリックすると、日時の値が失われました。 ここに画像の説明を入力
<div class="form-group">
@Html.LabelFor(model => model.DataNascimento, htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-10">
@Html.EditorFor(model => model.DataNascimento, new { htmlAttributes = new { @class = "form-control" } })
@Html.ValidationMessageFor(model => model.DataNascimento, "", new { @class = "text-danger" })
</div>
</div>
編集ビューをクリックすると、DataNascimento の値がデータベースから値を受け取ります。
皆さんが私を助けてくれることを願っています。