Updated the sample3 (#5070)
The sample 3 now reflects what the Default.aspx should look likepull/5072/head
parent
ac3d96713d
commit
2e8057117d
|
@ -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">
|
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||||
<h1><%: Title %>.</h1>
|
<h1><%: Title %>.</h1>
|
||||||
|
|
Loading…
Reference in New Issue