在学习 SharePoint 2010 时,我应该在 ASP.NET MVC 3 中使用什么视图引擎?
在学习 SharePoint 2010 时,我应该在 ASP.NET MVC 3 中使用什么视图引擎?
我的目标是选择一个还有助于提高我的 SharePoint 2010 开发技能的视图引擎。
我的猜测是 ASPX,但我不太确定。
While learning SharePoint 2010, what View Engine should i use in ASP.NET MVC 3?
My goal is to choose a View Engine that also helps improving my skills developing for SharePoint 2010.
My guess is the ASPX, but im not really sure.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于 SharePoint 2010 中没有 Razor,因此您可能应该采用 ASPX 方式。
但 Razor 在 ASP.NET MVC 中确实非常好......我可能会同时使用两者。无论如何,与 SharePoint 中的 ASPX 页面相比,您将花费更多的时间来编写 XML 配置,因此这并不是什么大问题。
Since there is no Razor in SharePoint 2010, you should probably go the ASPX way.
But Razor is really nice in ASP.NET MVC... I would probably work with both. You will spend much more time by writing XML configuration than ASPX pages in SharePoint anyway, so it's not that big deal.
使用 Razor Views 的修改版本:
http://tqcblog.com/2011/ 01/23/asp-net-mvc-controller-actions-in-sharepoint/
Use a modified version of Razor Views:
http://tqcblog.com/2011/01/23/asp-net-mvc-controller-actions-in-sharepoint/