Gets the System.Web.IHttpHandler object that represents the currently executing handler.
Documentation for this section has not yet been entered.
The currently executing handler that is referenced by the HttpContext.CurrentHandler property might be different than the handler that is referenced by the HttpContext.Handler property. This can occur when another handler was requested by using the erload:System.Web.HttpServerUtility.Execute method or the erload:System.Web.HttpServerUtility.Transfer method. When the currently executing handler finishes processing, the previously determined handler is restored.