Is it possible to use different view engines for different views in the *same* ASP.NET MVC website?

171 Views Asked by At

I'd like to experiment with NHaml. Can I use the NHaml view engine for a few of my views, without having to convert the entire application (or create a new prototype application)?

1

There are 1 best solutions below