Condividi tramite


UrlRoutingModule.PostMapRequestHandler(HttpContextBase) Metodo

Definizione

Attenzione

This method is obsolete. Override the Init method to use the PostMapRequestHandler event.

Assegna il gestore HTTP per la richiesta corrente al contesto.

public:
 virtual void PostMapRequestHandler(System::Web::HttpContextBase ^ context);
public virtual void PostMapRequestHandler (System.Web.HttpContextBase context);
[System.Obsolete("This method is obsolete. Override the Init method to use the PostMapRequestHandler event.")]
public virtual void PostMapRequestHandler (System.Web.HttpContextBase context);
abstract member PostMapRequestHandler : System.Web.HttpContextBase -> unit
override this.PostMapRequestHandler : System.Web.HttpContextBase -> unit
[<System.Obsolete("This method is obsolete. Override the Init method to use the PostMapRequestHandler event.")>]
abstract member PostMapRequestHandler : System.Web.HttpContextBase -> unit
override this.PostMapRequestHandler : System.Web.HttpContextBase -> unit
Public Overridable Sub PostMapRequestHandler (context As HttpContextBase)

Parametri

context
HttpContextBase

Incapsula tutte le informazioni specifiche di HTTP relative a una singola richiesta HTTP.

Attributi

Eccezioni

La proprietà RouteHandler per la route è null.

Commenti

Il metodo PostMapRequestHandler viene chiamato quando viene generato l'evento PostMapRequestHandler.

Si applica a

Vedi anche