UrlRoutingModule.IHttpModule.Init(HttpApplication) Methode

Definition

Eine Beschreibung dieses Mitglieds finden Sie unter IHttpModule.Init(HttpApplication).

 virtual void System.Web.IHttpModule.Init(System::Web::HttpApplication ^ application) = System::Web::IHttpModule::Init;
void IHttpModule.Init(System.Web.HttpApplication application);
abstract member System.Web.IHttpModule.Init : System.Web.HttpApplication -> unit
override this.System.Web.IHttpModule.Init : System.Web.HttpApplication -> unit
Sub Init (application As HttpApplication) Implements IHttpModule.Init

Parameter

application
HttpApplication

Ein Objekt, das Zugriff auf die Methoden, Eigenschaften und Ereignisse bietet, die allen Anwendungsobjekten in einer ASP.NET Anwendung gemeinsam sind.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die UrlRoutingModule Instanz in eine IHttpModule Schnittstelle umgegossen wird.

Gilt für:

Weitere Informationen