listing 01-04.sitemap

来自「ASP.NET 2.0 ASP.NET 2.0」· SITEMAP 代码 · 共 33 行

SITEMAP
33
字号
<?xml version="1.0" encoding="utf-8" ?>

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0">
   <siteMapNode title="Home" description="Home Page" url="default.aspx">
      <siteMapNode title="News" description="The Latest News" url="News.aspx">
         <siteMapNode title="U.S." description="U.S. News" 
          url="News.aspx?cat=us" />
         <siteMapNode title="World" description="World News" 
          url="News.aspx?cat=world" />
         <siteMapNode title="Technology" description="Technology News" 
          url="News.aspx?cat=tech" />
         <siteMapNode title="Sports" description="Sports News" 
          url="News.aspx?cat=sport" />
      </siteMapNode>
      <siteMapNode title="Finance" description="The Latest Financial Information" 
        url="Finance.aspx">
         <siteMapNode title="Quotes" description="Get the Latest Quotes" 
          url="Quotes.aspx" />
         <siteMapNode title="Markets" description="The Latest Market Information" 
          url="Markets.aspx">
            <siteMapNode title="U.S. Market Report" 
             description="Looking at the U.S. Market" url="MarketsUS.aspx" />
            <siteMapNode title="NYSE" 
             description="The New York Stock Exchange" url="NYSE.aspx" />
         </siteMapNode>
         <siteMapNode title="Funds" description="Mutual Funds" 
          url="Funds.aspx" />
      </siteMapNode>
      <siteMapNode title="Weather" description="The Latest Weather" 
       url="Weather.aspx" />
   </siteMapNode>
</siteMap>

⌨️ 快捷键说明

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