.SITEMAP 文件扩展名
ASP.NET Site Map File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.3 | 4 票 |
什么是 SITEMAP 文件?
Website file used by ASP.NET Web applications; stores the website's navigational structure in a hierarchy of pages; used for allowing programmatic access to the site map with the ASP.NET API.
更多信息
SITEMAP files are located in the root directory of an ASP.NET web application and are always named Web.sitemap. They are saved using XML formatting.
可打开或引用 SITEMAP 文件的程序
Windows