📄 readme.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Master Pages Readme</title>
<LINK rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Master Pages</h1>
<p>This sample demonstrates the use of master pages in ASP.NET 2.0. Master pages provide an
easy wasy of ensuring a consistent layout and look and feel to your web sites.</p>
<p>There are three parts to this sample. The first example demonstrates a Web page using a single
master page for a consistent layout. The second example shows how to use nested master pages, with
a parent master page that controls the overall layout and a child master page that handles the
content. The third example shows how to use browser-specific master pages.</p>
<p>This sample requires the following to be installed:</p>
<ul>
<li>Microsoft Visual Studio 2005</li>
<li>Opera web browser (for Example 3): <a href="http://www.opera.com/download/">Download Opera</a>. <b>Note:</b> The ASP.NET Development Web Server will not allow you to view the sample in Opera or Firefox unless you first select the Website | Start Options menu command and uncheck NTLM Authentication.</li>
</ul>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -