Rony
2009-06-24 08:16:44
+5
A:
Yes, it can! The aspx model is just one of the view template mechanisms. There are others - you can even write your own. The key here is IViewEngine
, with WebFormViewEngine
being the aspx/ascx provider. ASP.NET MVC In Action covers some of this in chapter 6 "Customizing & Extending the ASP.NET MVC Framework".
Marc Gravell
2009-06-24 08:18:04
Thanks for the details Marc. Will get my copy of ASP.NET MVC In Action ASAp (seriously considering it). Accepted!
Galilyou
2009-06-29 13:06:38