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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph