Updated the sample3 (#5070)

The sample 3 now reflects what the Default.aspx should look like
pull/5072/head
Robert Mainhardt 2017-12-26 20:22:17 -06:00 committed by Rick Anderson
parent ac3d96713d
commit 2e8057117d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WingtipToys._Default" %>
<%@ Page Title="Welcome" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WingtipToys._Default" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<h1><%: Title %>.</h1>