开发者

Creating my own simple CMS for asp.net-mvc?

I want to create a simple CMS for my asp.net-mvc site. Wil开发者_C百科l I save my whole page to a database? What if my page contain links like:

Url.Content("~/somepage")

When the admin will edit the page he will get the plain link not the Url.Content. How I can handle this in CMS?

Is there any CMS available based on subsonic?


Why reinvent the wheel? Check out the Orchard Project, also on GitHub - which is an open-source ASP.NET MVC CMS just like the one you're thinking about creating.

Maybe you can just use Orchard instead - or download its source code and learn from it?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜