我在數據庫(用戶和書籍)和兩個模型(Models.Book,Models.Users)中有兩個表。我創建局部視圖,但是當我試圖從書籍加載的數據得到一個錯誤:加載視圖問題
The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[MvcEntryTask.Models.Books]', but this dictionary requires a model item of type 'MvcEntryTask.Models.Users'.
我認爲,在一個視圖中不能2種型號,並且那道錯誤味精出現。我願意嗎?以及如何解決這個問題?
使用ViewModels。 –
謝謝。我從未使用過ViewModels。我現在找他們。 –