ARK
Display many-to-many table data using view model in controller in ASP.NET Core MVC
I want to display many-to-many table data using a view model in controller but I get this error:
CS0029: Cannot implicitly convert type 'Website.Model.PostModel' to 'System.Collections.GenericList<Website.Model.PostModel>'Model: ViewModel: Controller: View: When the controller is used without view model, it works without error. Example:
11 replies