MVC ajax calls - where to handle them?

前端 未结 3 1623
不思量自难忘°
不思量自难忘° 2021-01-03 02:57

I have a self-rolled MVC framework that I am building, and up to this point have managed to avoid the need for any AJAX calls. Now, however, I\'d like to create a real-time

3条回答
  •  时光说笑
    2021-01-03 03:27

    Even though you're not using asp.net MVC, I'd recommend you look through the nerd dinner tutorial, specifically the AJAX section. it will help answer some of your design questions.

    They have a separate action on the same controller.

    http://www.wrox.com/WileyCDA/Section/id-321793.html

提交回复
热议问题