asp.net.ph

FormsAuthenticationModule.Init Method

System.Web.Security Namespace   FormsAuthenticationModule Class


Initializes the module derived from IHttpModule when called by the HttpRuntime .

[ VB ]
NotOverridable Public Sub Init ( _
   app As HttpApplication _
 ) Implements IHttpModule.Init

[ C# ]
public void Init (
   HttpApplication app
);

[ C++ ]
public: __sealed void Init (
   HttpApplication* app
);

[ JScript ]
public function Init (
   app : HttpApplication
);

Parameters

app
The HttpApplication module.

Implements

IHttpModule.Init

See Also

FormsAuthenticationModule 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