ashx文件用什么打开,ashx文件怎么看
ashx文件怎么看,ashx文件怎么打开?
.ashx
文件类型:ASP.NET Web Handler File
扩展名为.ashx的文件是一个Web文件。文件说明:
Web page that is processed by the ASP.NET HTTP Handler when a user accesses the page; typically references another page, which produces the code that is sent to the users browser.Most ASHX pages contain a small amount of code, even as short as a single line; functions within the page are commonly written in the C# programming language..ashx
打开.ashx文件
Mac OS
在Web浏览器中查看
Windows
Microsoft Visual Web DeveloperView in a Web browser
Edit with a text editor
Linux
其它内容
来源:.ashx文件