singlemaster.aspx
来自「用vs2005编网页的入门实例」· ASPX 代码 · 共 12 行
ASPX
12 行
<%@ Page Language="C#" MasterPageFile="~/SingleMaster.master" CodeFile="SingleMaster.aspx.cs" Inherits="SingleMaster_aspx" Title="Single Master Page" %>
<asp:content contentplaceholderid="PageContent" runat="Server">
<h1>Single Master Page</h1>
<p><a href="start.aspx">Return to Start Page</a></p>
<h3>Content Area</h3>
<p>This page demonstrates the use of a single master page to control the overall page layout and
look and feel for the site. This area is the actual content of the page, while the master page
contains the site header, footer, and navigation.</p>
</asp:content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?