HttpContextBase::Handler Property

 

When overridden in a derived class, gets or sets the IHttpHandler object that is responsible for processing the HTTP request.

Namespace:   System.Web
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
Return to top
Show: