MVC3 Razor: Is it Possible to Render a Legacy ASCX?

Viewed 7682

With the Razor view engine in MVC3,

Is it possible to render a legacy ascx?


I was expecting to be able to do something like:

@Html.RenderPartial("Footer.ascx")
2 Answers
Related