C# Класс 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
Наследование: System.Web.HttpApplication
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

Application_AuthenticateRequest() защищенный Метод

Loads user roles from authentication ticket.
protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Application_Error() защищенный Метод

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Application_Start() защищенный Метод

Application startup.
protected Application_Start ( ) : void
Результат void

InitializeContainer() защищенный Метод

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
Результат IWindsorContainer