<%@ Control Language="VB" Inherits="System.Web.Mvc.ViewUserControl(Of ContactManager.Group)" %> <% For Each item in Model.Contacts %> <% Next %>
Edit Delete Name Phone Email
Edit Delete <%= Html.Encode(item.FirstName) %> <%= Html.Encode(item.LastName) %> <%= Html.Encode(item.Phone) %> <%= Html.Encode(item.Email) %>