asp.net mvc - How to use MVC5 scaffolding for with complex types in view model -


I'm using ASP.NET MVC5 to create an app. My visual model class is complex because it has some features that are a list of objects. I tried to create a 'creation' view for the following model using MVC scaffolding, but it is ignoring the object list attributes of my thoughts model ... see my visual model below ... only name, imagepath e.t.c. The band is not for generes.

Is there any way to use MVC5 scaffolding to create visual elements of objects in my visual model?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -