System.Web.HttpContext.CurrentHandler Property

Gets the System.Web.IHttpHandler object that represents the currently executing handler.

Syntax

public IHttpHandler CurrentHandler { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0