Using BeginCollectionItem in ASP.net Core

前端 未结 1 1101
情深已故
情深已故 2020-12-16 03:37

I cannot use BeginCollectionItem by Steve Anderson in asp.net core. I got an error in my partial view when I use

@using (Html.BeginCollectionItem(\"Entries\"         


        
相关标签:
1条回答
  • 2020-12-16 04:19

    I ported the original BeginCollectionItem to work with ASP.Net Core on .Net Core and .Net Framework 4.6+.

    https://www.nuget.org/packages/BeginCollectionItemCore

    0 讨论(0)
提交回复
热议问题