Skip to content
tqc edited this page Feb 15, 2011 · 5 revisions

Precompiled Razor Views

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

  1. SharePoint Project Setup - How to start using Razor to build SharePoint web parts

Clone this wiki locally