您的位置:首页 > 编程语言 > ASP

ASP.NET MVC - View Engines

2008-01-11 17:42 417 查看

NHaml

NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine.

NHaml is an external DSL for XHTML. It’s primary qualities are it’s simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials – more on that below.

see more: http://andrewpeters.net/2007/12/19/introducing-nhaml-an-aspnet-mvc-view-engine/

XsltViewEngine in the MVCContrib

a XSLT based view engine for ASP.NET MVC
http://flanders.co.nz/blog/archive/2007/12/15/xsltviewengine-patch-submitted.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: