.AXD 파일 확장자
ASP.NET Web Handler File
| 개발사 | Microsoft |
| 인기도 |
3.6 | 53 투표 |
AXD 파일이란 무엇인가요?
An AXD file is a file used by ASP.NET applications for handling embedded resource requests. It contains instructions for retrieving embedded resources, such as images, JavaScript (.JS) files, and .CSS files. AXD files are used for injecting resources into the client-side webpage and access them on the server in a standard way.
추가 정보
AXD files typically have the name WebResource.axd and have the object type "AssemblyResourceLoader" within ASP.NET program code. WebResource.axd functionality can be enabled in the AssemblyInfo.cs file.
AXD 파일을 여는 프로그램
Windows