HomeASP.NETCollection of ASP.NET MVC View Engines

Collection of ASP.NET MVC View Engines

Looking for different View Engines available in ASP.NET MVC ? In this blog post , I will share some of the ASP.NET MVC View Engines available for the ASP.NET Developers.

Collection of ASP.NET MVC View Engines

1. ASPX View Engine

This View Engine is familiar for most of the ASP.NET developers .

Collection of ASP.NET MVC View Engines

Collection of ASP.NET MVC View Engines

2. Razor View

A new View Engine that was introduced with the ASP.NET MVC 3 . It is unit testable and pretty easy to learn.

Collection of ASP.NET MVC View Engines

Collection of ASP.NET MVC View Engines

3. Hasic

Hasic is a view engine for ASP.NET MVC that uses the VB.NET’s XML literals.

Know more about Hasic here

4. Bellevue

Bellevue is a prototype open source template engine for ASP.NET MVC framework which uses HTML as its core without any additional syntax.

Know more about Bellevue here

5. Spark View Engine

Another interesting view engine for ASP.NET MVC and Castle Project MonoRail frameworks. Know more about Spark View Engine and download here

6. Brail View

Brail View Engine is ported from the MonoRail Project to target the ASP.NET MVC Framework . It is listed in the MvcContrib : an Outercurve Foundation project .

Know more about the Brail View here

7. SharpTiles

SharpTiles is a template View Engine that is built for ASP.NET MVC and Monorail framework. It is a partial port of JSTL with the Tiles framework concept.

Know more about SharpTiles here

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

You can read connection string from web.config file in ASP.NET by using the ConfigurationManager class in case you want to...
When you deploy your ASP.NET Web Application on Windows Server running IIS , there are times that you might receive...
This post will explain how to resolve the error “Handler “aspNetCore” has a bad module “AspNetCoreModuleV2” in its module list”...