Udostępnij za pośrednictwem


FormsAuthenticationEventArgs(HttpContext) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy FormsAuthenticationEventArgs.

public:
 FormsAuthenticationEventArgs(System::Web::HttpContext ^ context);
public FormsAuthenticationEventArgs (System.Web.HttpContext context);
new System.Web.Security.FormsAuthenticationEventArgs : System.Web.HttpContext -> System.Web.Security.FormsAuthenticationEventArgs
Public Sub New (context As HttpContext)

Parametry

context
HttpContext

Kontekst zdarzenia.

Uwagi

Obiekt FormsAuthenticationModule tworzy obiekt FormsAuthenticationEventArgs przy użyciu podanej context wartości dla Context właściwości . Następnie przekazuje FormsAuthenticationEventArgs obiekt do zdarzenia FormsAuthentication_OnAuthenticate .

Dotyczy

Zobacz też