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

前端 未结 3 1617
感动是毒
感动是毒 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: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

提交回复
热议问题