HttpContextBase::PreviousHandler Property

 

When overridden in a derived class, gets the IHttpHandler object for the parent handler.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property IHttpHandler^ PreviousHandler {
	virtual IHttpHandler^ get();
}

Property Value

Type: System.Web::IHttpHandler^

An IHttpHandler object that represents the parent handler, or null if no parent handler was found.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: