HttpContextBase.CurrentHandler Property

Definition

When overridden in a derived class, gets the IHttpHandler object that represents the handler that is currently executing.

public:
 virtual property System::Web::IHttpHandler ^ CurrentHandler { System::Web::IHttpHandler ^ get(); };
public virtual System.Web.IHttpHandler CurrentHandler { get; }
member this.CurrentHandler : System.Web.IHttpHandler
Public Overridable ReadOnly Property CurrentHandler As IHttpHandler

Property Value

An object that represents the currently executing handler.

Exceptions

Applies to