HttpContextWrapper.CurrentHandler Property

Definition

Gets the IHttpHandler object that represents the handler that is currently executing.

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

Property Value

An object that represents the handler that is currently executing.

Applies to