%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="Website.Views.ViewPageBase" %>
<%@ Import Namespace="Website.Controllers"%>
Site Map | Jess Chadwick: Coder
Site Map
- <%=Html.ActionLink(c => c.ContentPage("Home"), "Homepage") %>
- <%=Html.ActionLink(c => c.ContentPage("About"), "About Me and This Site")%>
- <%=Html.ActionLink(c => c.ContentPage("Demos"), "Demos and Sample Applications")%>
- <%=Html.ActionLink(c => c.ContentPage("Downloads"), "Downloads")%>
- <%=Html.ActionLink(c => c.ContentPage("Contact"), "Contact Me")%>
- My Blog
- Live Source Code Repository