Aracılığıyla paylaş


FormsAuthenticationModule.Init(HttpApplication) Yöntem

Tanım

FormsAuthenticationModule Nesnesini başlatır.

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)

Parametreler

app
HttpApplication

Geçerli HttpApplication örnek.

Uygulamalar

Açıklamalar

Bu yöntemin uygulama kodundan çağrılması amaçlanmamıştır.

Init yöntemi, ve EndRequest olaylarının FormsAuthenticationModule işlenmesine AuthenticateRequest dahil edilmesini sağlar.

Şunlara uygulanır

Ayrıca bkz.