.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