IronPython on ASP.NET MVC

前端 未结 3 1386
無奈伤痛
無奈伤痛 2021-01-30 18:03

Has anyone tried ASP.NET MVC using IronPython? Having done a lot of Python development recently, it would be nice to continue with the language as I go into a potential ASP.NET

3条回答
  •  自闭症患者
    2021-01-30 18:22

    Using IronPython in ASP.NET MVC: http://www.codevoyeur.com/Articles/Tags/ironpython.aspx

    this page contains following articles:

    • A Simple IronPython ControllerFactory for ASP.NET MVC
    • A Simple IronPython ActionFilter for ASP.NET MVC
    • A Simple IronPython Route Mapper for ASP.NET MVC
    • An Unobtrusive IronPython ViewEngine for ASP.NET MVC

提交回复
热议问题