FormsAuthenticationModule.Init(HttpApplication) Methode

Definition

Initialisiert das FormsAuthenticationModule-Objekt.

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 HttpApplication Instanz.

Implementiert

Hinweise

Diese Methode soll nicht aus Dem Anwendungscode aufgerufen werden.

Die Init Methode stellt sicher, dass die FormsAuthenticationModule Verarbeitung der AuthenticateRequest Ereignisse und EndRequest der Verarbeitung enthalten ist.

Gilt für:

Weitere Informationen