Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HttpModule.Init implementation. Executes custom initialization code after all event handler modules have been added.
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides Sub Init ( _
appInstance As HttpApplication _
)
'Usage
Dim instance As CommerceExpressionModule
Dim appInstance As HttpApplication
instance.Init(appInstance)
public override void Init(
HttpApplication appInstance
)
public:
virtual void Init(
HttpApplication^ appInstance
) override
public override function Init(
appInstance : HttpApplication
)
Parameters
- appInstance
Type: System.Web..::.HttpApplication
The HttpApplication instance that created this module
Implements
IHttpModule..::.Init(HttpApplication)
Remarks
CommerceExpressionModule does not subscribe to any application events. Use this method to subscribe the class to application BeginRequest events.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CommerceExpressionModule Class