I just downloaded the MVC 3.0 RC and I\'m excited to start using it, especially the Razor view engine. However, due to a few stick in the mud type people here, we are stuck
I just tried this in ASP.NET MVC 3 RC in a VBHTML view and it seems to work fine:
@For Each i As Integer In Enumerable.Range(0, 5) @:@i Next
It renders this markup:
0 1 2 3 4