missing mvc examples in Editor-NET-1.4.0

missing mvc examples in Editor-NET-1.4.0

golovatygolovaty Posts: 8Questions: 3Answers: 0

hi
in downloaded package there is only WebApiExamples folder is it possible to get the same for MVC

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,821Questions: 1Answers: 10,127 Site admin
    Answer ✓

    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

  • golovatygolovaty Posts: 8Questions: 3Answers: 0

    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.

  • allanallan Posts: 61,821Questions: 1Answers: 10,127 Site admin

    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

This discussion has been closed.