Building a CMS in ASP.NET MVC

前端 未结 9 1348
野的像风
野的像风 2020-12-07 14:14

I\'m curious to know if any basic CMS code has been written for ASP.NET MVC.

The reason I ask is, I\'m making a data-driven website for a client, and I\'ve already s

9条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-07 14:18

    Here is also a quick summary as to how Telerik Sitefinity does it:

    http://www.sitefinity.com/mvc-cms

    in brief - allows you to plug in standard system.web.mvc.controller classes as widgets, lets you use the API for anything including model binding, standard Razor for a view engine etc.

提交回复
热议问题