Executing backend logic as part of a custom module widget

Posted by Community Admin on 05-Aug-2018 03:07

Executing backend logic as part of a custom module widget

All Replies

Posted by Community Admin on 29-Jun-2016 00:00

I have created a module and customized the default list and detail widget templates for the content type.  I now need to make a backend service call based on a particular content type property.  What's the best practice to implement this? 

Posted by Community Admin on 30-Jun-2016 00:00

For now I just added my (static) class to the project and called its methods from within the razor view of the widget.  Seems to work nicely.  

This thread is closed