FormsAuthenticationEventArgs(HttpContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FormsAuthenticationEventArgs class.
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)
Parameters
- context
- HttpContext
The context for the event.
Remarks
The FormsAuthenticationModule constructs a FormsAuthenticationEventArgs object using the supplied context
as the value for the Context property. It then passes the FormsAuthenticationEventArgs object to the FormsAuthentication_OnAuthenticate event.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.