HttpContext.PreviousHandler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IHttpHandler object for the parent handler.
public:
property System::Web::IHttpHandler ^ PreviousHandler { System::Web::IHttpHandler ^ get(); };
public System.Web.IHttpHandler PreviousHandler { get; }
member this.PreviousHandler : System.Web.IHttpHandler
Public ReadOnly Property PreviousHandler As IHttpHandler
Property Value
An IHttpHandler instance, or null
if no previous handler was found.
Remarks
The PreviousHandler property corresponds to the last handler before the current request was executed.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.