54

Is there any documentation on how to use the Razor view engine using ASP.NET MVC 3?

Or any other resources?

I am trying to find it in Google and MSDN with no luck so far.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
mamu
  • 12,184
  • 19
  • 69
  • 92

3 Answers3

5

Until documentation is out specific to MVC3, you might want to start with the Razor docs available for the Web Matrix Beta 3 release. There is good information available on the syntax and structure of Razor.

Online: introduction-to-asp-net-web-programming-using-the-razor-syntax

PDF: ASPNETWebPagesWithRazorSyntax-Book-Beta3.pdf

mikekidder
  • 888
  • 8
  • 13