HttpContextWrapper::PreviousHandler Property

 

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() override;
}

Property Value

Type: System.Web::IHttpHandler^

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

.NET Framework
Available since 3.5
Return to top
Show: