Create Dynamic pages in asp.net mvc

别等时光非礼了梦想. 提交于 2019-12-21 21:42:44

问题


I need to integrate the functionality of creating dynamic pages (like google sites) to my regular asp.net mvc(C#) application. I like to write my own code with database.

Any suggestions or reference for this?


回答1:


You might want to read this article by Phil Haack, Scripting ASP.NET MVC Views Stored In The Database.



来源:https://stackoverflow.com/questions/1617463/create-dynamic-pages-in-asp-net-mvc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!