是否可以在 OSX 上(通过 Mono)使用 Razor 作为独立库(没有任何 ASP.NET 业务)

发布于 2024-12-03 10:13:39 字数 222 浏览 1 评论 0 原文

我想编写一个概念证明 MonoMac 应用程序,它使用 c# 和 Razor 呈现 html“视图” 。

这可能吗?

如果没有,是否有人推荐任何其他与 Razor 的简单性相比的模板引擎。如果必须的话,我不介意用 Objective-C 编写,但 Mono 会更简单。

I would like to write a proof of concept MonoMac app which renders html "Views" using c# and Razor.

Is this possible?

If not, does anyone recommend any other Templating engines that compare to the simplicity of Razor. I don't mind writing it in Objective-C if I have to, but Mono would be simpler.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

菩提树下叶撕阳。 2024-12-10 10:13:39

我想您可能对这个项目感兴趣。您只需下载包含两个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文