MVC examples would be almost identical with just a few small changes in the controller (extending from Controller for example). There is documentation on how to use an MVC controller with Editor in the manual.
thanks. had some issues by sending data back to view using mvc, however web api worked fine. think it would be practical to provide fully working mvc example nevertheless.
Thanks - I'll certainly look into it! My biggest concern with that was that in order to make it easily redistributable I had to include many MB of the MVC libraries.
Answers
MVC examples would be almost identical with just a few small changes in the controller (extending from
Controller
for example). There is documentation on how to use an MVC controller with Editor in the manual.Regards,
Allan
thanks. had some issues by sending data back to view using mvc, however web api worked fine. think it would be practical to provide fully working mvc example nevertheless.
Thanks - I'll certainly look into it! My biggest concern with that was that in order to make it easily redistributable I had to include many MB of the MVC libraries.
Allan