home.aspx

来自「用vs2005编网页的入门实例」· ASPX 代码 · 共 8 行

ASPX
8
字号
<%@ Page Language="C#" masterpagefile="~/SiteMapPages/SiteMap.master" title="Home" CodeFile="Home.aspx.cs" Inherits="Home_aspx" %>
<asp:content contentplaceholderid="Content" runat="Server">
<h2>Home</h2>

<p>This page demonstrates how to bind a TreeView control to a SiteMapDataSource control.
This technique is useful when a TreeView is required to display navigational sections
and items.</p>
</asp:content>

⌨️ 快捷键说明

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