HttpContext.CurrentHandler Property
.NET Framework 3.0
Gets the IHttpHandler object that represents the currently executing handler.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The currently executing handler that is referenced by the CurrentHandler property might be different than the handler that is referenced by the Handler property. This can occur when another handler was requested by using the Execute method or the Transfer method. When the currently executing handler finishes processing, the previously determined handler is restored.
Community Additions
ADD
Show: