⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.htm

📁 用vs2005编网页的入门实例
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title>Menus and SiteMapPaths Readme</title>
        <LINK rel="stylesheet" type="text/css" href="styles.css">	
	</head>
	<body>
        <h1>Menus and Sitemaps</h1>

        <p>This sample demonstrates how to use the Menu and SiteMapPath controls in ASP.NET 2.0. The Menu
        control can be used to create a familiar menu system for navigating your Web site, while the SiteMapPath
        control is used to add breadcrumb trail functionality to your web pages. A breadcrumb trail provides
        users of your web site a navigation path based on their current location within the site. Both of
        these controls are very flexible and completely customizable.</p>
        
        <p>There are three examples in this sample. The first example demonstrates how to declaratively build
        a Menu control by adding static and dynamic menu items. The second example shows how to use the Menu
        control for site navigation by binding it to the SiteMapDataSource control. The third example shows
        how to display a breadcrumb trail by using the SiteMapPath control.</p>
        
        <p>This sample requires the following to be installed:</p>
			<ul>
                <li>Microsoft Visual Studio 2005</li>
            </ul>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -