本人是.NET小白,刚入坑MVC,想像各位大神请教一下一个问题。
传入字典的模型项的类型为“OpenAuth.Mvc.Models.DataPageInfo`1[System.Collections.Generic.List`1[OpenAuth.Mvc.Models.AdminModel.LogModel]]”,但此字典需要类型“System.Collections.Generic.List`1[OpenAuth.Mvc.Models.AdminModel.LogModel]”的模型项
controller中:
model中:
View中:
@model List<OpenAuth.Mvc.Models.AdminModel.LogModel>
@section header
网上说是View与Model类型不一致,那这样的话,应该return什么呢?望各位大神不吝赐教,先谢谢了
料青山看我应如是