Aracılığıyla paylaş


UrlRoutingModule.PostMapRequestHandler(HttpContextBase) Yöntem

Tanım

Dikkat

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

Geçerli istek için HTTP işleyicisini bağlama atar.

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)

Parametreler

context
HttpContextBase

Tek bir HTTP isteği hakkında HTTP'ye özgü tüm bilgileri kapsüller.

Öznitelikler

Özel durumlar

RouteHandler Yolun özelliği şeklindedirnull.

Açıklamalar

PostMapRequestHandler Olay tetiklendiğinde PostMapRequestHandler yöntemi çağrılır.

Şunlara uygulanır

Ayrıca bkz.