Sitefinity Modules Builder and MVC
Hello everyone, I'm new with Sitefinity so please go easy on me.
I create a database patient using the Sitefinity Modules. After, i Create a Sifinity MVC widget with designer, I want to use the database I just create by the Sitefinity Modules as a Model in MVC. Is it possible to do that ? If yes please show me how. Thank you
Thien,
Using DynamicContent as a model is going to be tricky. I don't think I'd do it. What would be better, is to create a specific view model for your type, translate the DynamicContent to your new type, then pass that to the view.
Regards,