IHttpModule.Init implementation.
Namespace:
MVCSharp.WebformsAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
C# |
---|
public void Init( HttpApplication context ) |
Visual Basic (Declaration) |
---|
Public Sub Init ( _ context As HttpApplication _ ) |
Visual C++ |
---|
public: virtual void Init( HttpApplication^ context ) sealed |
Parameters
- context
- Type: System.Web..::.HttpApplication