C# Class KenEgozi.Demos.MR.Web.Global

The HttpApplication's declaration
Inheritance: System.Web.HttpApplication, IMonoRailConfigurationEvents, IContainerAccessor
Afficher le fichier Open project: kenegozi/monorail-aspview-demo

Méthodes publiques

Méthode Description
Configure ( IMonoRailConfiguration configuration ) : void

Méthodes protégées

Méthode Description
Application_Start ( object sender, EventArgs e ) : void

What happens when an application instance starts

Private Methods

Méthode Description
RegisterComponents ( ) : void

Method Details

Application_Start() protected méthode

What happens when an application instance starts
protected Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Configure() public méthode

public Configure ( IMonoRailConfiguration configuration ) : void
configuration IMonoRailConfiguration
Résultat void