Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.Net MVC with Razor and ASPX view engine both in one project

Can we use both Razor and ASPX view engine in one asp.net mvc project?

For example, Controller1 will use cshtml page Controller2 will use aspx view.

or can we change viewengine type dynamically?

like image 589
Miki Shah Avatar asked Sep 12 '25 04:09

Miki Shah


1 Answers

I believe this ASP.NET MVC Blog Post should give you what you're after.

like image 58
mitchimus Avatar answered Sep 13 '25 20:09

mitchimus