C# Class Core.Web.MvcApplication

Inheritance: Core.Framework.MEF.Web.Application
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes protégées

Méthode Description
Application_Error ( object sender, EventArgs e ) : void
Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void

Handles the PostAuthenticateRequest event of the Application control.

Compose ( ) : void
PreCompose ( ) : void

Creates the instance of the Unity container.

RegisterAreas ( ) : void

Registers the areas.

Private Methods

Méthode Description
ConfigureApplication ( ) : void

Configures the application.

ExecuteBootstrapperTasks ( ) : void

Executes the bootstrapper tasks.

InitializeLogger ( ) : void

Initializes the logger.

RegisterPermissibleObjects ( ) : void
RegisterTypes ( ) : void

Registers any types required for the container.

Method Details

Application_Error() protected méthode

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_PostAuthenticateRequest() protected méthode

Handles the PostAuthenticateRequest event of the Application control.
protected Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

Compose() protected méthode

protected Compose ( ) : void
Résultat void

PreCompose() protected méthode

Creates the instance of the Unity container.
protected PreCompose ( ) : void
Résultat void

RegisterAreas() protected static méthode

Registers the areas.
protected static RegisterAreas ( ) : void
Résultat void