-
Notifications
You must be signed in to change notification settings - Fork 2
Home
tqc edited this page Feb 15, 2011
·
5 revisions
This project contains tools and base classes for using Razor views in scenarios where Standard ASP.NET MVC 3 is not an option.
- Use cshtml to generate view code that can run without .NET 4.0
- Use standard Razor views without a dependency on the server having a working Razor BuildProvider
- Compile shared views into a seperate assembly
- Use Razor views and MVC concepts to build SharePoint web parts
The code generator and templates are based on code from http://razorengine.codeplex.com
- SharePoint Project Setup - How to start using Razor to build SharePoint web parts