asp.net mvc wiki

╄→гoц情女王★ 提交于 2019-12-20 10:10:39

问题


I need to provide a wiki page for an app which would be like an island pretty much - little like codeplex wiki page

e.g. site/Products/Details/1/Wiki

site/Products/Details/99/Wiki

site/Products/Details/2423423/Wiki

site/Some-other/page/page-id/Wiki

If there's a master admin page, that'd be fanstastic but is not a requirement

Is there anything like above or similar or close enough ? or something that can be integrated relatively easily ?


回答1:


Fresh off the compiler, the CodePlex team has actually released their Wiki Parser today. You can grab it here: WikiPlex on Codeplex. From that, it should be fairly easy to create a few tables in your DB for pages and revision history.




回答2:


You might be able to take this product and conform it to your needs. You either need an endpoint defined for each product (created with the creation of each product) or you need a layer on top of a wiki system to filter the view of the wiki information by product.

http://www.tavaresstudios.com/Blog/page/ASPNET-MVC-Wiki-Sample.aspx



来源:https://stackoverflow.com/questions/1064925/asp-net-mvc-wiki

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