Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IEnumerable (または IList、List、MyModel[] など) のエディター テンプレートを提供することは可能ですか?
これが古い投稿であることは知っていますが、できることは、という名前のテンプレートを作成することMyModelListですIEnumerable<MyModel>。Html.EditorFor(x => x.MyModelList, "MyModelList")
MyModelList
IEnumerable<MyModel>
Html.EditorFor(x => x.MyModelList, "MyModelList")