asp.net.ph

FormsAuthenticationEventArgs Constructor

System.Web.Security Namespace   FormsAuthenticationEventArgs Class


Initializes a new instance of the FormsAuthenticationEventArgs class.

[ VB ]
Public Sub New ( _
   context As HttpContext _
)

[ C# ]
public FormsAuthenticationEventArgs (
   HttpContext context
);

[ C++ ]
public: FormsAuthenticationEventArgs (
   HttpContext* context
);

[ JScript ]
public function FormsAuthenticationEventArgs (
   context : HttpContext
);

Parameters

context
The context for the event.

Remarks

The following table shows initial property values for an instance of FormsAuthenticationEventArgs.

Property Initial Value
Context null
User null

See Also

FormsAuthenticationEventArgs Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note