C# Class Core.Web.MvcApplication

Inheritance: Core.Framework.MEF.Web.Application
Show file Open project: coreframework/Core-Framework

Protected Methods

Method 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

Method 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 method

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_PostAuthenticateRequest() protected method

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.
return void

Compose() protected method

protected Compose ( ) : void
return void

PreCompose() protected method

Creates the instance of the Unity container.
protected PreCompose ( ) : void
return void

RegisterAreas() protected static method

Registers the areas.
protected static RegisterAreas ( ) : void
return void