HttpContextBase.PreviousHandler Property
.NET Framework (current version)
When overridden in a derived class, gets the IHttpHandler object for the parent handler.
Assembly: System.Web (in System.Web.dll)
abstract PreviousHandler : IHttpHandler with get override PreviousHandler : IHttpHandler with get
Property Value
Type: System.Web.IHttpHandlerAn 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
Available since 3.5
Show: