This is another in a series of posts I'm doing that cover some of the new ASP.NET MVC 3 features:
New @model keyword in Razor (Oct 19th) Layouts with Razor (Oct 22nd) Server-Side Comments with Razor (Nov 12th) Razor's @: and <text> syntax (today) In today's post I'm going to discuss two useful syntactical features of the new Razor view-engine - the @: and <text> syntax support.
Fluid Coding with Razor ASP.NET MVC 3 ships with a new view-engine optio ...
Go to the complete details ...