C# Class Ninject.Web.PageBase

A Page that supports injections.
Inheritance: System.Web.UI.Page
Mostrar archivo Open project: ninject/Ninject.Web

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the event to initialize the page.

RequestActivation ( ) : void

Asks the kernel to inject this instance.

Method Details

OnInit() protected method

Raises the event to initialize the page.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

RequestActivation() protected method

Asks the kernel to inject this instance.
protected RequestActivation ( ) : void
return void