Freigeben über


ProfileModule.Init(HttpApplication) Methode

Definition

Ruft den Initialisierungscode auf, wenn ein ProfileModule-Objekt erstellt wird.

public:
 virtual void Init(System::Web::HttpApplication ^ app);
public void Init (System.Web.HttpApplication app);
abstract member Init : System.Web.HttpApplication -> unit
override this.Init : System.Web.HttpApplication -> unit
Public Sub Init (app As HttpApplication)

Parameter

app
HttpApplication

Die aktuelle Anwendung.

Implementiert

Hinweise

Diese Methode ist nicht für den Aufruf von Anwendungscode vorgesehen.

Ein HttpApplication wird erstellt, wenn eine ASP.NET Anwendung gestartet wird. Ruft HttpApplication die -Methode auf Init , wenn die ProfileModule für die Anwendung erstellt wird. Wird ProfileModule in der Konfiguration für eine Anwendung angegeben.

Gilt für:

Weitere Informationen