是否有像 JSTL 和 OGNL 这样的 ASP.NET MVC 模板语言?
是否有像 JSTL 和 OGNL 这样的 ASP.NET MVC 模板语言?
Is there a template language for ASP.NET MVC like JSTL and OGNL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为 Asp.Net mvc 没有任何相当于 JSTL 或 OGNL 的东西。大多数情况下,Html 助手就足够了。
编辑:如果代码混合是一个问题,那么您应该查看 Spark View Engine。
http://sparkviewengine.com/
I don't think there is any equivalent of JSTL or OGNL for Asp.Net mvc. Html helpers in most cases are sufficient.
EDIT: If the code intermingling is an issue then you should look into Spark View Engine.
http://sparkviewengine.com/
我是 ASP.NET MVC 的新手,所以我无法给出详细的答案。但我确实知道还有其他模板语言,例如 Brail 和 NVelocity。我知道这一点是因为 ASP.NET MVC in Action 在自定义 ASP.NET MVC 部分中详细介绍了它们。
I am brand new to ASP.NET MVC, so I can't give a detailed answer. But I do know there are other template languages such as Brail and NVelocity. I know this because ASP.NET MVC in Action goes over them in the customizing ASP.NET MVC section.
您可以查看 Spark View Engine。它为您提供真正干净和美丽的景色。我在一个重大项目中认真地使用过它,并且我完全爱上了它。
You could take a look at Spark View Engine. It provides you with really clean and nice views. I've used it seriously in one major project, and I'm totally in love.