<%@ Master Language="VB" AutoEventWireup="false" CodeBehind="Site.Master.vb" Inherits="MvcApplication1.Site" %> <%@ Import Namespace="MvcApplication1" %>                        
          

My Movie Website

          <% For Each c In ViewData("categories")%>                <%=Html.ActionLink(c.Name, "Details", New With {.id = c.Id})%>           <% Next%>