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
As previously mentioned in comments, but not explicitly shown; prepending the text tag with @ solves the issue:
@For Each genreName As String In Model.Genres @ @genreName Next