Aracılığıyla paylaş


FormsAuthenticationModule.Init(HttpApplication) Yöntem

Tanım

Nesnesini başlatır FormsAuthenticationModule .

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.

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

Şunlara uygulanır

Ayrıca bkz.