HttpContext.PreviousHandler Propriedade

Definição

Obtém o objeto IHttpHandler para o manipulador pai.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

Valor da propriedade

IHttpHandler

Uma IHttpHandler instância ou null se nenhum manipulador anterior foi encontrado.An IHttpHandler instance, or null if no previous handler was found.

Comentários

A PreviousHandler propriedade corresponde ao último manipulador antes da execução da solicitação atual.The PreviousHandler property corresponds to the last handler before the current request was executed.

Aplica-se a

Confira também