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

旧巷老猫 提交于 2019-11-27 14:33:07

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

StringTemplate is a decent alternative.

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

NDjango - django templates in .net

ArjanZuidhof

think your question is answered perfectly in an older topic here: JQuery's $ is in conflict with that of StringTemplate.Net in ASP.Net MVC

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!