C# Class Ninject.Web.PageBase

A Page that supports injections.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: ninject/Ninject.Web

Méthodes protégées

Méthode 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 méthode

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

RequestActivation() protected méthode

Asks the kernel to inject this instance.
protected RequestActivation ( ) : void
Résultat void