.ASTX 파일 확장자
Active Server Template Extended File
| 개발사 | Elanat |
| 인기도 |
4.4 | 5 투표 |
ASTX 파일이란 무엇인가요?
An ASTX file is a webpage template written in Elanat's Active Server Template Extended (ASTX) format. It contains server-side webpage code written in the ASPX and/or Razor formats. By importing an ASTX file into an .ASPX file, using Elanat's CodeBehind framework, web developers can quickly add the code their template contains to an ASPX webpage.
추가 정보
Elanat is an add-on-oriented extension of Microsoft's .NET framework. It includes CodeBehind, a server-side library that allows web developers to host ASPX webpages on .NET Core servers.
Among other features, CodeBehind allows developers to create and use ASTX files. These files are templates that contain design-oriented webpage elements. Using these templates, developers can quickly integrate design elements into one or more CodeBehind ASPX files. Because CodeBehind supports both ASPX and Razor syntax, ASTX files may include both ASPX- and Razor-formatted elements.
ASTX 파일을 여는 방법
You can open an ASTX file with Microsoft Visual Studio Code or any other text or source code editor. Source code editors (like Visual Studio Code) contain helpful editing tools that make it easier to view, understand, and edit ASTX files' contents.