Hi, is there any template language for ASP.NET MVC like JSTL and OGNL?
Thanks in advance.
Hi, is there any template language for ASP.NET MVC like JSTL and OGNL?
Thanks in advance.
I don't think there is any equivalent of JSTL or OGNL for Asp.Net mvc. Html helpers in most cases are sufficient.
EDIT: If the code intermingling is an issue then you should look into Spark View Engine.
I am brand new to ASP.NET MVC, so I can't give a detailed answer. But I do know there are other template languages such as Brail and NVelocity. I know this because ASP.NET MVC in Action goes over them in the customizing ASP.NET MVC section.
You could take a look at Spark View Engine. It provides you with really clean and nice views. I've used it seriously in one major project, and I'm totally in love.