walkthroughs.sitemap
来自「一个包含AJAX所有功能的示例网站以及源代码,非常好学习!」· SITEMAP 代码 · 共 16 行
SITEMAP
16 行
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode>
<siteMapNode url="~/Default.aspx" title="Release Notes" />
<siteMapNode url="~/Walkthrough/Setup.aspx" title="Setup your environment" />
<siteMapNode url="~/Walkthrough/UsingSampleExtender.aspx" title="Using a sample extender" />
<siteMapNode url="~/Walkthrough/CreatingNewExtender.aspx" title="Creating a new extender" />
<siteMapNode url="~/Walkthrough/ExtenderClasses.aspx" title="Extender base class features" />
<siteMapNode url="~/Walkthrough/UsingAnimations.aspx" title="Using Animations" />
<siteMapNode url="~/Walkthrough/AnimationReference.aspx" title="Animation Reference" />
<siteMapNode url="~/Walkthrough/AutomatedTesting.aspx" title="Automated Testing" />
<siteMapNode url="~/Walkthrough/CCDWithDB.aspx" title="CascadingDropDown with<br/>     a Database" />
<siteMapNode url="~/Walkthrough/OtherNeatStuff.aspx" title="Other neat stuff" />
</siteMapNode>
</siteMap>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?