C# Class Suteki.TardisBank.Web.Mvc.MvcApplication

Represents the MVC Application
For instructions on enabling IIS6 or IIS7 classic mode, visit http://go.microsoft.com/?LinkId=9394801
Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture

Méthodes protégées

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

Loads user roles from authentication ticket.

Application_Error ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Application startup.

InitializeContainer ( ) : IWindsorContainer

Instantiate the container and add all Controllers that derive from WindsorController to the container. Also associate the Controller with the WindsorContainer ControllerFactory.

Method Details

Application_AuthenticateRequest() protected méthode

Loads user roles from authentication ticket.
protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Error() protected méthode

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

Application_Start() protected méthode

Application startup.
protected Application_Start ( ) : void
Résultat void

InitializeContainer() protected méthode

Instantiate the container and add all Controllers that derive from WindsorController to the container. Also associate the Controller with the WindsorContainer ControllerFactory.
protected InitializeContainer ( ) : IWindsorContainer
Résultat IWindsorContainer