Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/plugins/HLWebHelloWorldPlugin/Views/Home/Index.aspx @ 4605

Last change on this file since 4605 was 4605, checked in by dkahn, 14 years ago

#1198 Added Hello World demo plugin

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
7<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
8    <h2><%: 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">http://asp.net/mvc</a>.
11    </p>
12</asp:Content>
Note: See TracBrowser for help on using the repository browser.