开发者

asp.net mvc cms

I am little bit confused by the concept of cms in asp.net mvc application. The question is the f开发者_JAVA百科ollowing: How can I add controllers and some processing in the view page in the cms?

For instance in cms I create a page called "Account Details". For this logically I need a controller that would receive and process the request. The processing includes validation, db retrieval, etc. In the view part, I need a set of text boxes, etc. As I know, in cms I cannot create something like this. How to proceed in this way?


Best to look at some existing MVC CMS projects and see how they do it. Here is a thread on SO that covers some of the open source MVC CMS's.

Building a CMS in ASP.NET MVC


Check out the answers in this thread: Simple CMS for building a small company presentation-website.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜