私は得ています:式ツリーには動的操作が含まれていない可能性があります
私がする時:
@Html.TextBoxFor(m => m.Translations[ViewBag.Languages[i].CultureCode].Title)
<br/>
@Html.TextBoxFor(m => m.Translations[ViewBag.Languages[i].CultureCode].PreviewDescription)
<br/>
@Html.TextBoxFor(m => m.Translations[ViewBag.Languages[i].CultureCode].FullDescription)
私は以前より単純な TextBoxFor を行っています。
@Html.TextBoxFor(m => m.ContactName)
@Html.TextBoxFor(m => m.EmailAddress)
ビューの上部にある using ステートメントは次のようになります。@model x.y.z.Listing