HttpContextWrapper::Handler Property
.NET Framework (current version)
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() override; virtual void set(IHttpHandler^ value) override; }
Property Value
Type: System.Web::IHttpHandler^The object that is responsible for processing the HTTP request.
.NET Framework
Available since 3.5
Available since 3.5
Show: