<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="Views_Shared_MasterPage" %> Masterpage

<% = this.Page.Title %>

<%= Html.ActionLink("Index", "Index", "Home") %> | <%= Html.ActionLink("About", "About", "Home") %> | <%= Html.ActionLink("Contact", "Contact", "Home")%> | <%= Html.ActionLink("Links", "Links", "Home")%>