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 FormsAuthenticationEventArgs obiekt przy użyciu podanej context jako wartość właściwości Context . Następnie przekazuje FormsAuthenticationEventArgs obiekt do zdarzenia FormsAuthentication_OnAuthenticate .

Dotyczy

Zobacz też