HttpContextBase::Handler Property
.NET Framework (current version)
When overridden in a derived class, gets or sets the IHttpHandler object that is responsible for processing the HTTP request.
Assembly: System.Web (in System.Web.dll)
public: property IHttpHandler^ Handler { virtual IHttpHandler^ get(); virtual void set(IHttpHandler^ value); }
Property Value
Type: System.Web::IHttpHandler^The object that is responsible for processing the HTTP request.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: