FormsAuthenticationEventArgs(HttpContext) Konstruktor

Definition

Initierar en ny instans av FormsAuthenticationEventArgs klassen.

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)

Parametrar

context
HttpContext

Kontexten för händelsen.

Kommentarer

FormsAuthenticationModule Konstruerar ett FormsAuthenticationEventArgs objekt med det angivna context som värde för Context egenskapen. Objektet skickas FormsAuthenticationEventArgs sedan till händelsen FormsAuthentication_OnAuthenticate .

Gäller för

Se även