开发者

What is the purpose and usage of ASP.NET Handler (.ashx) files? [duplicate]

开发者 https://www.devze.com 2023-02-04 13:19 出处:网络
This question already has answers here: What is a Generic Handler in asp.net and its use? (5 answers) 开发者_开发百科Closed 9 years ago.
This question already has answers here: What is a Generic Handler in asp.net and its use? (5 answers) 开发者_开发百科 Closed 9 years ago.

What is the purpose of ASP.NET Handler (.ashx files) and how best can they be used?


An ASHX handler allows you a discrete http handler without the overhead of processing a page request (an ASPX file).

0

精彩评论

暂无评论...
验证码 换一张
取 消