Method | Description | |
---|---|---|
Init ( System.Web.HttpApplication context ) : void |
Initializes a module and prepares it to handle requests.
|
Method | Description | |
---|---|---|
InjectDataBoundControl ( object sender, |
Injects a data bound control.
|
|
InjectUserControls ( |
Search for usercontrols within the parent control and inject their dependencies using KernelContainer.
|
|
OnPreRequestHandlerExecute ( object sender, |
Injects dependencies into web pages and subscribes to their InitComplete Event to inject usercontrols with their dependencies.
|
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | A |
return | void |