ASP.NET MVC View Engine using VB.NET XML Literals
Posted by: dmitryrs blog,
on 29 Dec 2008 |
View original | Bookmarked: 0 time(s)
The code in the attached ZIP file implements a custom View Engine for ASP.NET MVC Beta using VB.NET XML literals. Instead of traditional ASP.NET pages, the views are implemented as VB.NET classes.
The package contains a Visual Studio solution with two projects (the standard ASP.NET MVC starter template rewritten to use VB.NET XML views, and the library implementing the view engine), the license document, and README document.
Notes:
View engine registration is done in GLOBAL.ASAX in Application_Start...