Preferred Language:
Listing 19.1 - Web.sitemap
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode
url="~/Default.aspx"
title="Home"
description="The home page of the Website">
<!-- SiteMapPath Nodes -->
<siteMapNode
title="Using the SiteMapPath Control"
description="Sample code for the SiteMapPath Control">
<siteMapNode
url="~/UsingSiteMapPath/DisplaySiteMapPath.aspx"
title="Displaying a SiteMapPath"
description="Sample code for displaying a SiteMapPath" />
<siteMapNode
url="~/UsingSiteMapPath/SiteMapPathStyle.aspx"
title="Using SiteMapPath Styles"
description="Sample code for using styles with SiteMapPath" />
<siteMapNode
url="~/UsingSiteMapPath/SiteMapPathTemplates.aspx"
title="Using SiteMapPath Templates"
description="Sample code for using templates with SiteMapPath" />
</siteMapNode>
<!-- Menu Nodes -->
<siteMapNode
title="Using the Menu Control"
description="Sample code for the Menu control">
<siteMapNode
url="~/UsingMenu/MenuSiteMap.aspx"
title="Displaying a Menu"
description="Sample code for displaying a Menu" />
</siteMapNode>
<!-- TreeView Nodes -->
<siteMapNode
title="Using the TreeView Control"
description="Sample code for the TreeView control">
<siteMapNode
url="~/UsingTreeView/TreeViewSiteMap.aspx"
title="Displaying a TreeView"
description="Sample code for displaying a TreeView" />
</siteMapNode>
</siteMapNode>
</siteMap>
Need ASP.NET and Visual Studio 2008 Training?
- Learn ASP.NET 3.5 from Stephen Walther, author of ASP.NET 3.5 Unleashed.
We've provided ASP.NET training for NASA, Lockheed Martin, the National Science Foundation, Verizon,
Boeing, the US House of Representatives, Kaiser, Petco, Mary Kay, and Microsoft.
Why not your company?
-
Receive a four day, hands-on, intensive workshop.
-
We fly to you, anywhere in the world.
-
We can bring our own laptops.
To learn more, visit the
Superexpert Training website.