Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home/Index.aspx @ 6843

Last change on this file since 6843 was 6317, checked in by jwolfing, 13 years ago

#1433 code formatted

File size: 507 bytes
Line 
1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
2
3<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
4  Home Page
5</asp:Content>
6<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
7  <h2>
8    <%: ViewData["Message"] %></h2>
9  <p>
10    To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">
11      http://asp.net/mvc</a>.
12  </p>
13</asp:Content>
Note: See TracBrowser for help on using the repository browser.