web analytics

Understanding HTTP Handlers and HTTP Modules in ASP.NET

Options
@2017-01-19 22:31:17

In ASP.NET, the endpoint of a request is an implementation of IHttpHandler (even if that handler ultimately forms a Web page based on your ASP.NET Web Forms code).

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com