我不能在asp.net核心中使用Steve Anderson的BeginCollectionItem.我使用时在部分视图中出错
@using (Html.BeginCollectionItem("Entries")) { }
“HtmlHelper”类型在未引用的程序集中定义.您必须添加对程序集’System.Web.Mvc,Version = 2.0.0.0,Culture = neutral,PublicKeyToken = 31bf3856ad364e35’的引用.
解决方法
我移植了原始的BeginCollectionItem,以便在.Net Core和.Net Framework 4.6上使用ASP.Net Core.