TechTalk Genome v4.2

GenomeContextHttpModule.Init Method 

Initializes the module and prepares it to handle requests.

public void Init(
   HttpApplication context
);

Parameters

context
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.

Implements

IHttpModule.Init

Remarks

The method initializes the Context with an IContextStackBinder that stores and retrieves the ContextStack in the current HTTP request.

Requirements

Namespace: TechTalk.Genome.Extensions.Web

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

GenomeContextHttpModule Class | TechTalk.Genome.Extensions.Web Namespace