HttpContext.PreviousHandler 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得父處理常式的 IHttpHandler 物件。
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
屬性值
IHttpHandler 執行個體;如果找不到先前的處理常式,則為 null
。
備註
屬性 PreviousHandler 會對應至執行目前要求之前的最後一個處理程式。