在SharePoint中使用Asp.Net MVC
时间:2020-03-05 18:55:32 来源:igfitidea点击:
是否可以在SharePoint网站中使用Asp.Net MVC框架?
解决方案
回答
我不这么认为,尽管我们可以将标准ASPX文件上载到SharePoint中并使它们运行,但我很确定URL重写不会引起麻烦。
回答
他在2008年2月发布的ScottGu博客中写道:
Currently MVC doesn't directly integrate with SharePoint. That is something we'll be looking at supporting in the future though.
CodePlex上有一个项目,用于使ASP.NET MVC在SharePoint中工作:
http://www.codeplex.com/SharePointMVC
回答
我们可能对此很感兴趣http://www.codeplex.com/SharePointMVC
它基本上是一个库,可帮助在SharePoint母版页中呈现ASP.MVC。
还是早期,但我们知道了。
回答
一种可能的体系结构是使用asp.net或者asp.net mvc前端。然后通过Web服务访问共享点功能。
这样的好处是使我们可以访问共享点的功能,而无需使用共享点的额外开发成本。
回答
我们可以做的一件事就是仅通过引用SharePoint程序集,使用asp.net mvc创建共享点"强大"的应用程序。
我想Sharepoint对象模型将是我们在MVC中的M。
回答
以下共享点网站www.themedicinecabinet.co.uk是使用ASP.net MVC 2构建的。
http://vspug.com/mbailey/files/2010/04/Using-ASP.NET-MVC-2-with-Sharepoint-Publishing.pdf