是否可以在 OSX 上(通过 Mono)使用 Razor 作为独立库(没有任何 ASP.NET 业务)
我想编写一个概念证明 MonoMac 应用程序,它使用 c# 和 Razor 呈现 html“视图” 。
这可能吗?
如果没有,是否有人推荐任何其他与 Razor 的简单性相比的模板引擎。如果必须的话,我不介意用 Objective-C 编写,但 Mono 会更简单。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想您可能对这个项目感兴趣。您只需下载包含两个 DLL 的 zip,在您的项目中引用它们以及 这些 正常工作。请记住,您必须制作 4.0 项目。我一直在 Mono 2.10.5 上测试这一点,但是操作系统是 Linux,而不是 OS X,因为我没有。不过,这应该不是问题。
另一种方法是执行类似此处提到的操作。帖子很旧,库的名称已更改,但您应该能够使用可下载的这里。第一种方法更干净,但我不确定它是否是您所需要的。
您还可以找到 这个项目很有趣。
I think you may be interested in this project. You just have to download zip which consists of two DLLs, reference them in your project and examples like these just works. Have in mind that you have to make 4.0 project. I have been testing this on Mono 2.10.5, however OS was Linux, not OS X, because I don't have one. It shouldn't be a problem nevertheless.
Another approach is to do something like mentioned here. Post is quite old and libraries' names has changed but you should be able to use one which are downloadable here. The first approach is cleaner, however I am not sure if it is what you need.
You can also find this project interesting.