RazorBridgeComponent
Library that provides a configurable approach to extend the default functionality by ASP .NET Razor View Engine.
Documentation can be found at http://razor.codeplex.com/documentation
Features
- Easy to setup RazorFramework.AppInitialize(); in Application Start in global.asax.
- Register virtual path configuration and retrieve views and partial views from any folder.
- Capability to show registered views/partial views for different devices and platform.
- Increase manageability of project.
- Custom html helpers to render partial views from configurations.
- Support for Plug-in projects. (Views can retrieve from separate assembly)
Limitations
- Unable to locate Layout and _ViewStart file from separate assembly.
- Error handling needs to improve.