有人让 NVelocity 与 ASP.NET MVC Preview 5 一起使用吗?
我猜我需要实现 NVelocityViewEngine
和 NVelocityView
- 但在实现之前我想检查一下是否有人已经这样做了。
我在 中继 中看不到任何内容www.codeplex.com/MVCContrib" rel="nofollow noreferrer">MVCContrib。
我已经看过下面的帖子 - 我正在专门寻找适用于 Preview 5 的内容:
否则我将开始编写一 :)
I'm guessing I need to implement an NVelocityViewEngine
and NVelocityView
- but before I do I wanted to check to see if anyone has already done this.
I can't see anything in the trunk for MVCContrib.
I've already seen the post below - I'm looking specifically for something which works with Preview 5:
Otherwise I'll start writing one :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MvcContrib 中有一个 NVelocity 实现。 您需要引用 MvcContrib.Castle dll。
There's an NVelocity implementation in MvcContrib. You need to reference the MvcContrib.Castle dll.
就我个人而言,我对 NVelocity 没有任何了解,但是 这里是一个可能对您有帮助的链接。
Personally I don't have a clue about NVelocity, but here is a link that might help you.