Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContext::CurrentHandler Property

 

Gets the IHttpHandler object that represents the currently executing handler.

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

public:
property IHttpHandler^ CurrentHandler {
	IHttpHandler^ get();
}

Property Value

Type: System.Web::IHttpHandler^

An IHttpHandler that represents the currently executing handler.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft