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 virtual IHttpHandler Handler { get; set; }

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: