开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜