%@ Page Title="" Language="VB" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage(Of ContactManager.Contact)" %> Delete Delete Are you sure that you want to delete the entry for <%= Model.FirstName %> <%= Model.LastName %>? <% Using Html.BeginForm(New With { .Id = Model.Id }) %> <% End Using %> <%=Html.ActionLink("Back to List", "Index") %>
Are you sure that you want to delete the entry for <%= Model.FirstName %> <%= Model.LastName %>?