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);
[System.Obsolete("This method is obsolete. Override the Init method to use the PostMapRequestHandler event.")]
public virtual void PostMapRequestHandler (System.Web.HttpContextBase context);

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

Prodotto Versioni (Obsoleto)
.NET Framework 3.5 (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

Vedi anche