2
I use the EF Design
and import all my models from the bank to a .EDMX
.
I ask you: How do I call the objects of controllers
that I create, within a View
?
I’ve tried to put @model
up to the controller
and will not and I tried to create a list of an object from controller
neither will.
Please put how you set up your controller and view so we can know what you did wrong and show you what to fix.
– Ayrton Giffoni
Actually it’s not the
View
that "calls the objects of thecontrollers
", but yes he, thecontrollers
, passing the information to theView
. The @Rtur-Peixoto answer your question correctly.– Leandro Amarilha