.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.