What templating engines are available for ASP.NET MVC Framework?

前端 未结 3 1616
感动是毒
感动是毒 2020-12-03 13:35

I was reading some posts on Coding Horror blog about working with the horrors of tag soup. It seems like the only way to simplify html generation is to use a templating engi

相关标签:
3条回答
  • 2020-12-03 13:44

    NDjango - django templates in .net

    0 讨论(0)
  • 2020-12-03 13:48

    there are many view engines for asp.net mvc framework:

    • The Razor view engine is built in to ASP.NET MVC
    • Web forms view engine(default)
    • Spark view engine
    • Nhamle view engine
    • … all community contributions on the asp.net mvc framework including view engines can be found on

    http://www.codeplex.com/MVCContrib

    0 讨论(0)
  • 2020-12-03 13:52

    StringTemplate is a decent alternative.

    Here's the ViewEngine (with Source), and some tutorials.

    0 讨论(0)
提交回复
热议问题