%@ Page Language="VB" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> Home Page <%: ViewData("Message") %> To learn more about ASP.NET MVC visit http://asp.net/mvc. Navigation <%: Html.ActionLink("About", "About", "Home") %> <%: Html.ActionLink("Contact", "Contact", "Home") %>
To learn more about ASP.NET MVC visit http://asp.net/mvc.