ASP.NET MVC Razor view engine

前端 未结 6 2035
醉梦人生
醉梦人生 2021-01-30 08:49

After reading Scott Guthrie\'s blog entry about the new Razor view engine for ASP.NET MVC and reading this question comparing the available view engines.

Razor seems to

6条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 09:29

    Razor use Brackets, that is, for foreach stuff. Spark uses here XML tags.

    So, Spark completely supports parsing and analysing of a view file per XML processor.

    Mabye that's not a big thing, but shows consistency and extensibility.

提交回复
热议问题