I am loving MVC 2. The whole thing just fits the web so well.
There is one piece of functionality, however, that I am unable to coax out of the Html.
Html.
Actually, I figured it out. How stupid of me.
This works:
<@ Page Inherits="ViewPage>"> <% foreach(var item in Model) { %> <%: Html.DisplayFor(m => item.BarBaz) %> <% } %>