I have a website in Asp.Net that I am trying to port to MVC 3 and I have only worked with MVC 2 before. I stumbled across the following asp function
You're quite right to suppose that the MVC equivalent of an asp:Repeater is
<% foreach( var item in Model ) { %> <% } %>