.ASHX 文件扩展名

ASP.NET Web Handler File

开发者 Microsoft
受欢迎程度
3.5  |  134 
 

什么是 ASHX 文件?

An ASHX file is a webpage that is part of an ASP.NET web server application. It contains references to other pages hosted on the web server that are sent to the user's web browser. ASHX files are processed by the server's ASP.NET HTTP Handler when a client web browser requests the page.

更多信息

Sometimes ASHX files are used for sending .PDF files to the user's browser, since the ASHX file has a reference to the PDF document. However, when the file is downloaded, the file extension is not renamed to .pdf and remains with the .ashx file extension. In this case, you can rename the file extension to .pdf and view it with Adobe Reader or another PDF viewer. You can also sometimes fix this problem by making sure that the web browser has the Adobe Reader plug-in installed. If installed, the PDF file may then open directly in the browser.

注: Many ASHX pages have only a small amount of code, even as short as a single line. Page functions are written in the C# programming language.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 ASHX 文件的程序

分类: 网页
更新时间: 2016-11-08

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 ASP.NET Web Handler 文件格式和 Mac and Windows 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们