0

Possible Duplicate:
How to use multiple view engines in ASP.NET MVC application

I am combining two mvc apps, one using razor and one using web forms view engine. How do I make the ViewEngine select first one view engine and then the other if a match fails?

Community
  • 1
  • 1
steinberg
  • 610
  • 4
  • 11
  • painful duplicate of [How to use multiple view engines in ASP.NET MVC application](http://stackoverflow.com/questions/356843/how-to-use-multiple-view-engines-in-asp-net-mvc-application) – John Farrell Feb 14 '11 at 01:54

1 Answers1

0
ViewEngines.Engines.Add(new YourViewEngine())
animuson
  • 53,861
  • 28
  • 137
  • 147
smartcaveman
  • 41,281
  • 29
  • 127
  • 212