asp.net mvc wiki

前端 未结 2 983
陌清茗
陌清茗 2021-02-03 14:24

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/Prod

相关标签:
2条回答
  • 2021-02-03 14:42

    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.

    0 讨论(0)
  • 2021-02-03 14:46

    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

    0 讨论(0)
提交回复
热议问题