Gets or sets the System.Web.IHttpHandler object responsible for processing the HTTP request.
Documentation for this section has not yet been entered.
The HttpContext.Handler property contains a reference to the handler that processes the HTTP request. The handler can be specified by using the httpHandlers element, or by using a custom handler defined in user code. For more information about handlers, see HTTP Handlers and HTTP Modules Overview.
The reference to the HttpContext.Handler property will remain the same even after the current page has been changed by a server-side method, such as the erload:System.Web.HttpServerUtility.Execute method or the erload:System.Web.HttpServerUtility.Transfer method.